saadtajwar commented on code in PR #23520:
URL: https://github.com/apache/datafusion/pull/23520#discussion_r3621933357


##########
datafusion/ffi/src/plan_properties.rs:
##########
@@ -282,6 +283,29 @@ mod tests {
         ))
     }
 
+    fn create_range_test_props() -> Result<PlanProperties> {
+        use arrow::datatypes::{DataType, Field, Schema};
+        use datafusion_common::{ScalarValue, SplitPoint};
+        use datafusion_physical_expr::{LexOrdering, RangePartitioning};
+

Review Comment:
   Sounds good - moved those up! Thanks! ✅ 



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