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

Fixed the parquet uint32 reading failure #5495

Merged
merged 6 commits into from
May 17, 2024

Conversation

malhotrashivam
Copy link
Contributor

Our parquet reading code crashes when reading a parquet column of type Int(bitWidth=32, isSigned=false).
The idea is to read the unit32 values as a long column, but there was a bug which led to a failure. This PR fixes the issue.

@malhotrashivam malhotrashivam added bug Something isn't working parquet Related to the Parquet integration NoDocumentationNeeded NoReleaseNotesNeeded No release notes are needed. labels May 16, 2024
@malhotrashivam malhotrashivam added this to the 3. May 2024 milestone May 16, 2024
@malhotrashivam malhotrashivam self-assigned this May 16, 2024
@malhotrashivam malhotrashivam merged commit 92ebb45 into deephaven:main May 17, 2024
15 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators May 17, 2024
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.

None yet

2 participants