jiangjiangtian opened a new pull request, #10637: URL: https://github.com/apache/incubator-gluten/pull/10637
## What changes are proposed in this pull request? Now PartialProject can't be applied to the expressions that are unsupported by native backend, so maybe we can use native validation to find all unsupported expressions and apply PartialProject to them. After this PR, expressions like `map_from_arrays` that hasn't been supported by velox can be calculated using `PartialProjectExec`. This PR also adds a config named `spark.gluten.sql.columnar.partial.validation` to control whether to use native validation to find all unsupported expressions. ## How was this patch tested? unit test. -- 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]
