wypb opened a new pull request, #9999: URL: https://github.com/apache/incubator-gluten/pull/9999
## What changes were proposed in this pull request? PR 4016 introduced Common Subexpression Elimination rule for Spark Logical Plan of CK backend, which is also suitable for velox backend. This PR moved `CommonSubexpressionEliminateRule` from `backends-clickhouse/src/main/scala/org/apache/gluten/extension/CommonSubexpressionEliminateRule.scala` to `gluten-substrait/src/main/scala/org/apache/gluten/extension/columnar/CommonSubexpressionEliminateRule.scala` so that velox backend can also use it. ## How was this patch tested? integration tests -- 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]
