alamb commented on code in PR #12414:
URL: https://github.com/apache/datafusion/pull/12414#discussion_r1767463048
##########
datafusion/physical-expr/src/equivalence/properties.rs:
##########
@@ -2720,8 +2799,8 @@ mod tests {
Arc::clone(&schema3),
),
],
- // Expected
- vec![],
+ // Expected: union sort orders
+ vec![vec!["a", "b", "c"]],
Review Comment:
I agree -- these changes make the expected output incorrect
--
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]