kazantsev-maksim opened a new pull request, #1343: URL: https://github.com/apache/datafusion-comet/pull/1343
## Which issue does this PR close? Related to Epic: https://github.com/apache/datafusion-comet/issues/1042 array_except: SELECT array_except(array(1, 2, 3), array(1, 3, 5)) => array(2) DataFusion' s array_except has same behavior with Spark 's array_except function Spark: https://docs.databricks.com/en/sql/language-manual/functions/array_except.html DataFusion: https://datafusion.apache.org/user-guide/sql/scalar_functions.html#array-except ## Rationale for this change Defined under Epic: https://github.com/apache/datafusion-comet/issues/1042 ## What changes are included in this PR? planner.rs: Maps Spark 's array_except function to DataFusion array_except_udf physical expression from Spark physical expression expr.proto: array_except array_except has been added, QueryPlanSerde.scala: arrays_except pattern matching case has been added, CometExpressionSuite.scala: A new UT has been added for array_except function. ## How are these changes tested? A new UT has been added. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org