aectaan commented on code in PR #23288:
URL: https://github.com/apache/datafusion/pull/23288#discussion_r3523390321
##########
datafusion/core/tests/physical_optimizer/enforce_sorting.rs:
##########
@@ -2974,3 +2974,45 @@ async fn
test_parallelize_sorts_remaps_index_through_reordering_projection() ->
Ok(())
}
+
+#[tokio::test]
+async fn test_push_sort_through_reordered_projection_to_union() -> Result<()> {
Review Comment:
Thanks, added new cases
--
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]