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


##########
datafusion/core/tests/window_fuzz.rs:
##########
@@ -329,9 +329,10 @@ async fn run_window_test(
     }
 
     let concat_input_record = concat_batches(&schema, &input1).unwrap();
-    let exec1 = Arc::new(
-        MemoryExec::try_new(&[vec![concat_input_record]], schema.clone(), 
None).unwrap(),
-    );
+    let memory_exec =

Review Comment:
   With new changes in datafusion `MemoryExec` now supports `output_ordering`. 
Since in these tests input is sorted. I give this information to `MemoryExec`.



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