advancedxy opened a new issue, #205: URL: https://github.com/apache/arrow-datafusion-comet/issues/205
### What is the problem the feature request solves? When implementing `BloomFilterMightContain`, I noticed the second parameter is usually came from a hash function, such as `xxhash64`. Comet only support murmur3_hash in the Rust side. We should also support other hash function in Comet. ### Describe the potential solution Add various hash expression support, such as: [ ] Murmur3Hash [ ] XxHash64 [ ] HiveHash --------- [ ] Md5 [ ] Sha1 [ ] Sha2 [ ] Crc32 This functions may has lower priority ### Additional context _No response_ -- 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]
