mustafasrepo commented on code in PR #8573:
URL: https://github.com/apache/arrow-datafusion/pull/8573#discussion_r1429860411


##########
datafusion/core/src/physical_optimizer/enforce_sorting.rs:
##########
@@ -2140,70 +2140,11 @@ mod tests {
         Ok(())
     }
 
-    #[tokio::test]
-    async fn test_with_lost_ordering_unbounded() -> Result<()> {

Review Comment:
   These tests makes sure that when sources are unbounded, we try to preserve 
existing ordering as much as possible. I will re-add corresponding tests that 
enforces this functionality. For this PR, I just ignore these tests.



-- 
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]

Reply via email to