zhuqi-lucas commented on code in PR #14569: URL: https://github.com/apache/datafusion/pull/14569#discussion_r1948494619
########## datafusion/core/tests/physical_optimizer/enforce_sorting.rs: ########## @@ -1943,6 +1943,30 @@ async fn test_remove_unnecessary_spm1() -> Result<()> { Ok(()) } +#[tokio::test] +async fn test_remove_unnecessary_spm2() -> Result<()> { Review Comment: I think this will be clear if we add multi_partition testing cases? Because SortPreservingMergeExec only need to merge multi partitions? -- 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