erenavsarogullari opened a new pull request, #1271: URL: https://github.com/apache/datafusion-comet/pull/1271
## Which issue does this PR close? Related to Epic: https://github.com/apache/datafusion-comet/issues/1042 array_intersect: `select array_intersect(array(1, 2, 3), array(2, 3, 4))` => `array(2, 3)` ## Rationale for this change Defined under Epic: https://github.com/apache/datafusion-comet/issues/1042 ## What changes are included in this PR? `planner.rs:` Created DataFusion `array_intersect` physical expression from Spark physical expression, `expr.proto:` `array_intersect` message has been added, `QueryPlanSerde.scala:` `array_intersect` pattern matching case has been added, `CometExpressionSuite.scala:` A new UT has been added for array_intersect 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