alamb commented on code in PR #12992:
URL: https://github.com/apache/datafusion/pull/12992#discussion_r1806922170


##########
datafusion/physical-expr/src/equivalence/ordering.rs:
##########
@@ -1065,4 +1066,63 @@ mod tests {
 
         Ok(())
     }
+
+    #[test]
+    fn test_ordering_satisfy_on_data() -> Result<()> {

Review Comment:
   This looks to me like a fuzz test -- perhaps we could move it to 
https://github.com/apache/datafusion/tree/main/datafusion/core/tests/fuzz_cases/equivalence
   
   ordering.rs perhaps



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

Reply via email to