Disable parquet bloom filters for UInt8
, Int8
, UInt16
and Int16
columns
#9914
Labels
bug
Something isn't working
good first issue
Good for newcomers
regression
Something that used to work no longer does
Describe the bug
As @progval discovered, bloom filters on these types return no results (incorrect answers): #9779
Technically I think this is a regression as previously bloom filters on these column types would be ignored
To Reproduce
Not sure (see unit tests for parquet filters, eg. that were added in #9770)
Expected behavior
I think we should disable bloom filters for these types on parquet for now (and maybe update the tests) until we have fixed #9779
Additional context
No response
The text was updated successfully, but these errors were encountered: