zhztheplayer opened a new pull request, #5477: URL: https://github.com/apache/incubator-gluten/pull/5477
This removes the `!GlutenConfig.getConf.enableColumnarHashAgg` condition of `BloomFilterMightContainJointRewriteRule` by supporting fallback row-based processing of agg function `velox_bloom_filter_agg`. Which means we will always use Velox's bloom-filter implementation not matter the resident operators of bloom filter functions are fallen back or not so long as Gluten plugin is enabled, so we will get rid of all possible bloom-filter compatibility issues in Velox backend. -- 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]
