What is the problem the feature request solves?
Some TPC-H queries use bloom_filter_agg, and Comet does not have a native implementation yet.
A workaround is to set spark.sql.optimizer.runtime.bloomFilter.enabled=false.
Describe the potential solution
No response
Additional context
No response