alamb commented on code in PR #14244: URL: https://github.com/apache/datafusion/pull/14244#discussion_r1926086496
########## datafusion/core/tests/physical_optimizer/enforce_sorting.rs: ########## @@ -1236,3 +1239,828 @@ async fn test_not_replaced_with_partial_sort_for_bounded_input() -> Result<()> { assert_optimized!(expected_input, expected_no_change, physical_plan, false); Ok(()) } + Review Comment: I moved all the tests for the EnforceSorting pass into the same module along side a bunch of existing tests. I think this will make evaluating the coverage of EnforceSorting easier to understand -- 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