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

Removes Bloom filter for Int8/Int16/Uint8/Uint16 #9969

Merged
merged 5 commits into from
Apr 8, 2024

Conversation

edmondop
Copy link
Contributor

@edmondop edmondop commented Apr 5, 2024

Closes #9914 .

related to #9779

I also removed the possibility to writing tests that pass and confirm that "something doesn't work, as expected". I suppose this could be confusing and was the reason why broken bloom filters for int8/int16/uint8/uint16 slipped in a previous PR, but it's a separate commit so I can rollback if necessary

@github-actions github-actions bot added the core Core DataFusion crate label Apr 5, 2024
@edmondop edmondop marked this pull request as draft April 6, 2024 13:52
@edmondop edmondop marked this pull request as ready for review April 6, 2024 16:11
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @edmondop -- this makes sense. Keeping the code correct 💯 .

cc @progval

I'll leave a note on #9779 that we can revert the changes in this PR when the issue is fixed.

Thanks @alamb !

Co-authored-by: Andrew Lamb <[email protected]>
@alamb alamb merged commit 820843f into apache:main Apr 8, 2024
24 checks passed
@alamb
Copy link
Contributor

alamb commented Apr 8, 2024

Thanks again @edmondop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disable parquet bloom filters for UInt8, Int8, UInt16 and Int16 columns
2 participants