jcsherin commented on issue #12955: URL: https://github.com/apache/datafusion/issues/12955#issuecomment-2417876923
> I think the big question here is whether this means that intersect (and except) need to have their own logical plan nodes, after all. Maybe not 🤔. From the doc comments it seems to me like we can reuse `LogicalPlan::Union` for all set operators. https://github.com/apache/datafusion/blob/636f43321acfd295096ad3ec45ef00595203f3f7/datafusion/expr/src/logical_plan/plan.rs#L230-L233 -- 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]
