vegarsti commented on issue #15231: URL: https://github.com/apache/datafusion/issues/15231#issuecomment-3137306730
I have something that works for the query above, which is copying over the input plan's equivalence properties. I need to understand `EquivalenceProperties` better to understand if this is semantically valid for all cases. I think I need to come up with a query where there is an ordering on the column that is unnested, to verify that in this case we don't have an ordering anymore. I opened a PR here: https://github.com/apache/datafusion/pull/16985 -- 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]
