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


##########
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:
   @Omega359 I think that would be a good idea. Or if a maintainer could reopen 
the ticket would be nice.



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