huaxingao opened a new pull request, #5172: URL: https://github.com/apache/iceberg/pull/5172
We saw parquet files (don't have bloom filters) with `bloomFilterOffset = 0` :( This is a known [bug](https://issues.apache.org/jira/browse/PARQUET-1979). It was fixed before the bloom filter was released in parquet-mr 1.12.0, but I guess it's possible people may use the unofficial released parquet-mr (which has the bloom filter support but doesn't have the offset bug fix), so change the check to be `getBloomFilterOffset() <= 0` to be safe. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
