mbutrovich commented on PR #1039: URL: https://github.com/apache/datafusion-comet/pull/1039#issuecomment-2441829288
If I'm reading this Spark code correctly, [`BloomFilterAgg` supports integers and string types as input](https://github.com/apache/spark/blob/cde8e4a82e20a363861f451ebd5138efb3194ab8/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/aggregate/BloomFilterAggregate.scala#L81), but the probe [`BloomFilterMightContain` only supports `Long`](https://github.com/apache/spark/blob/cde8e4a82e20a363861f451ebd5138efb3194ab8/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/BloomFilterMightContain.scala#L52). -- 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]
