tustvold commented on code in PR #7015:
URL: https://github.com/apache/arrow-rs/pull/7015#discussion_r1986041672


##########
arrow-json/src/lib.rs:
##########
@@ -70,7 +70,9 @@ pub mod reader;
 pub mod writer;
 
 pub use self::reader::{Reader, ReaderBuilder};
-pub use self::writer::{ArrayWriter, LineDelimitedWriter, Writer, 
WriterBuilder};
+pub use self::writer::{
+    ArrayWriter, Encoder, EncoderFactory, LineDelimitedWriter, Writer, 
WriterBuilder,

Review Comment:
   ```suggestion
       ArrayWriter, Encoder, EncoderOptions, EncoderFactory, 
LineDelimitedWriter, Writer, WriterBuilder,
   ```



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

Reply via email to