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

fix: NPE in reading parquet TIMESTAMP_MILLIS and TIMESTAMP_MICROS columns #5877

Merged
merged 2 commits into from
Jul 31, 2024

Conversation

malhotrashivam
Copy link
Contributor

Closes #5875

TIMESTAMP_MILLIS and TIMESTAMP_MICROS column types store UTC adjusted timestamp values (ref), but the current code was querying about UTC adjustment from the logical type. This could lead to a NPE.

@malhotrashivam malhotrashivam added bug Something isn't working parquet Related to the Parquet integration NoDocumentationNeeded ReleaseNotesNeeded Release notes are needed labels Jul 31, 2024
@malhotrashivam malhotrashivam added this to the 0.36.0 milestone Jul 31, 2024
@malhotrashivam malhotrashivam self-assigned this Jul 31, 2024
@malhotrashivam malhotrashivam changed the title fix: For NPE in reading parquet TIMESTAMP_MILLIS and TIMESTAMP_MICROS columns fix: NPE in reading parquet TIMESTAMP_MILLIS and TIMESTAMP_MICROS columns Jul 31, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jul 31, 2024
@malhotrashivam malhotrashivam enabled auto-merge (squash) July 31, 2024 19:36
@malhotrashivam malhotrashivam merged commit 911cf75 into deephaven:main Jul 31, 2024
31 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working NoDocumentationNeeded parquet Related to the Parquet integration ReleaseNotesNeeded Release notes are needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

logicalType NPE when reading parquet
2 participants