scovich commented on code in PR #9272:
URL: https://github.com/apache/arrow-rs/pull/9272#discussion_r2800410816
##########
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:
I won't have time in the next couple of weeks, sadly. But yes I do want to
see this through.
I do tend to agree we should get something out once it's reasonable, but we
already know of several use cases and it's not obvious to me that even those
known use cases are well-served by the current approach (speaking as somebody
who wants to actually _use_ whatever we come up with).
So: If we have something that works well for the use cases we've thought of,
it's probably Good Enough and can evolve a quarter or two later as we discover
more use cases or warts.
Is that a reasonable go/no-go criteria?
--
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]