Omega359 commented on code in PR #18252:
URL: https://github.com/apache/datafusion/pull/18252#discussion_r2478947850


##########
datafusion/common/src/test_util.rs:
##########
@@ -318,63 +318,16 @@ pub fn get_data_dir(
     }
 }
 
+// Re-export arrow-rs macros for creating arrays and record batches
+// See https://github.com/apache/arrow-rs/pull/6588
+pub use arrow::array::{create_array, record_batch};
+
+/// Legacy record_batch_old! macro for cases where arrow-rs macro cannot be 
used

Review Comment:
   https://github.com/apache/arrow-rs/issues/6553 is marked as closed. Can we 
file an issue or issues in arrow-rs to have the required functionality 
migrated/added ?



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