martin-g commented on code in PR #19924:
URL: https://github.com/apache/datafusion/pull/19924#discussion_r2727372394


##########
datafusion/datasource-json/src/mod.rs:
##########
@@ -23,5 +23,7 @@
 
 pub mod file_format;
 pub mod source;
+pub mod utils;
 
 pub use file_format::*;
+pub use utils::JsonArrayToNdjsonReader;

Review Comment:
   Is the JsonArrayToNdjsonReader needed by the users of the crate ?
   I think it should stay private



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