Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parquet test "readWriteStatisticsTest" fails with null pointer exception #5140

Closed
malhotrashivam opened this issue Feb 12, 2024 · 1 comment
Assignees
Labels
bug Something isn't working core Core development tasks parquet Related to the Parquet integration
Milestone

Comments

@malhotrashivam
Copy link
Contributor

The following NullPointerException was noted once in the nightly jobs:

at io.deephaven.parquet.table.ParquetTableReadWriteTest.lambda$assertLongVectorColumnStatistics$27(ParquetTableReadWriteTest.java:2805)
at java.util.Iterator.forEachRemaining(Iterator.java:133)
at io.deephaven.parquet.table.ParquetTableReadWriteTest.assertLongVectorColumnStatistics(ParquetTableReadWriteTest.java:2799)
at io.deephaven.parquet.table.ParquetTableReadWriteTest.assertTableStatistics(ParquetTableReadWriteTest.java:2125)  
at io.deephaven.parquet.table.ParquetTableReadWriteTest.readWriteStatisticsTest(ParquetTableReadWriteTest.java:1544)

We are not able to reproduce it locally and has not reoccured in the nightly jobs since.

Failed job: Link
Gradle scan: Link

@malhotrashivam malhotrashivam added bug Something isn't working triage labels Feb 12, 2024
@malhotrashivam malhotrashivam added this to the 5. Backlog milestone Feb 12, 2024
@malhotrashivam malhotrashivam self-assigned this Feb 12, 2024
@malhotrashivam malhotrashivam added the parquet Related to the Parquet integration label Feb 12, 2024
@rcaudy rcaudy added core Core development tasks and removed triage labels Feb 12, 2024
@malhotrashivam malhotrashivam changed the title Parquet test "readWriteStatisticsTest" null pointer exception Parquet test "readWriteStatisticsTest" fails with null pointer exception Feb 12, 2024
@malhotrashivam
Copy link
Contributor Author

Done: #6018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core Core development tasks parquet Related to the Parquet integration
Projects
None yet
Development

No branches or pull requests

2 participants