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: Support whole range of byte values for booleans #6623

Merged
merged 8 commits into from
Feb 5, 2025

Conversation

niloc132
Copy link
Member

@niloc132 niloc132 commented Feb 4, 2025

While we have constants for true, false, and null as bytes, only "false" is a reliable single value to test with - ranges are allowed for the others. This patch updates documentation and adds a function for testing nulls.

Fixes DH-17486

@niloc132 niloc132 requested a review from cpwright February 5, 2025 01:43
@niloc132 niloc132 added the parquet Related to the Parquet integration label Feb 5, 2025
@cpwright cpwright merged commit 94b9958 into deephaven:main Feb 5, 2025
19 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Feb 5, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants