alamb commented on code in PR #9272:
URL: https://github.com/apache/arrow-rs/pull/9272#discussion_r2795198849
##########
arrow-json/src/lib.rs:
##########
@@ -86,7 +86,7 @@
pub mod reader;
pub mod writer;
-pub use self::reader::{Reader, ReaderBuilder};
+pub use self::reader::{ArrayDecoder, DecoderFactory, Reader, ReaderBuilder,
Tape, TapeElement};
Review Comment:
@scovich is this something you can help drive? I think it is important but
I really just don't have the bandwidth to give it the attention it deserves
From my perspective, the Arrow crates now permit making breaking API changes
every 3 months (major releases) so if we expose a structure and then decide to
make breaking changes to it, that isn't impossible
Thus in my mind, I think we should get something out and working
I don't suspect we are not likely to see changes to this interface unless we
expose it and there are new use cases put forward.
--
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]