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 numerical precision issue on final closed bin interval #304

Merged
merged 2 commits into from
May 1, 2023

Conversation

jonmmease
Copy link
Collaborator

Fixes an issue that came up with only the duckdb backend. The MRE test case is included in the PR.

The issue is that the bin0 column produced by the bin transform for values on the closing bin edge didn't always match the bin0 for values in the final interval, due to numeric precision differences between duckdb and Rust/DataFusion.

The bin0 column for values on the closing bin didn't always match the bin0 for values in the final interval.
@jonmmease jonmmease merged commit ed83cda into main May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant