tokoko opened a new pull request, #12830: URL: https://github.com/apache/datafusion/pull/12830
## What changes are included in this PR? Adds support for intersect (primary) set operation to substrait consumer. ## Are these changes tested? Intersect can't be round-tripped (at least not easily) because DF has no explicit logical plan node for the op, rather splits it into lower level operations. That's why the test is comparing DF plans produced by an externally written substrait plan and equivalent datafusion sql query. ## Are there any user-facing changes? yes, a new feature -- 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]
