weibangpeng opened a new pull request, #8313: URL: https://github.com/apache/paimon/pull/8313
## Summary Explicitly document BloomFilter supported and unsupported data types with their hash functions. ## Changes - Replaced flat list with a table showing which hash function each type uses - xx hash (64-bit): CharType, VarCharType, BinaryType, VarBinaryType - Thomas Wang hash: TinyIntType through LocalZonedTimestampType - Added list of unsupported types (BooleanType, DecimalType, etc.) Closes #8253 -- 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]
