alamb commented on code in PR #12992: URL: https://github.com/apache/datafusion/pull/12992#discussion_r1807816010
########## datafusion/core/tests/fuzz_cases/equivalence/ordering.rs: ########## @@ -158,3 +159,62 @@ fn test_ordering_satisfy_with_equivalence_complex_random() -> Result<()> { Ok(()) } + +#[test] +fn test_ordering_satisfy_on_data() -> Result<()> { Review Comment: Maybe it would help to add some comments about the rationale for this test -- specifically I think it is showing that data sorted on `[a,b,c,d]` or `[a,c,b,d]` is not also sorted on `[a ASC, b ASC, d ASC]` -- 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