zhztheplayer opened a new pull request, #5367: URL: https://github.com/apache/incubator-gluten/pull/5367
Using following 3 RAS rules to do filter transform / pushdown: 1. ImplementFilter This rule transforms a single vanilla Spark filter to Gluten filter 2. PushFilterToScan This rule matches on Filter+Scan pattern and do filter push-down 3. FilterRemoveRule This rule matches on Filter+Scan pattern and removes the top filter when the filter conditions were already pushed to scan As a result, heuristic rule of filter transformation is removed from `EnumerableApplier`. -- 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]
