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

Correctly read nulls in int96 based timestamps in Parquet #4253

Merged
merged 5 commits into from
Aug 1, 2023

Conversation

malhotrashivam
Copy link
Contributor

Bug fix, closes #4250

As mentioned in the bug report, the existing code throws a NullPointerException while accessing null values in timestamps represented as int96. This works correctly though for Instant represented as int64, which is the default. This PR fixes the same.

@malhotrashivam malhotrashivam added bug Something isn't working parquet Related to the Parquet integration NoDocumentationNeeded NoReleaseNotesNeeded No release notes are needed. labels Aug 1, 2023
@malhotrashivam malhotrashivam added this to the August 2023 milestone Aug 1, 2023
@malhotrashivam malhotrashivam self-assigned this Aug 1, 2023
jcferretti
jcferretti previously approved these changes Aug 1, 2023
@rcaudy rcaudy enabled auto-merge (squash) August 1, 2023 17:10
@rcaudy rcaudy merged commit 0f7393f into deephaven:main Aug 1, 2023
9 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Aug 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working NoDocumentationNeeded NoReleaseNotesNeeded No release notes are needed. parquet Related to the Parquet integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error reading timestamps in parquet data
4 participants