mbutrovich opened a new issue, #1023: URL: https://github.com/apache/datafusion-comet/issues/1023
### What is the problem the feature request solves? https://github.com/apache/datafusion-comet/pull/987 introduces native `BloomFilterAgg` with support for `LongType`, as in Spark 3.4. [Spark 3.5+](https://github.com/apache/spark/pull/42414) added support for other integer types, and strings. ### Describe the potential solution For the other integer types, this should be easy to handle with a cast and use the existing `put_long` bloom filter method to match Spark behavior. For strings, the underlying bloom filter implementation needs a `put_bytes` method to match Spark's bloom filter behavior. ### 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
