scovich opened a new pull request, #9272: URL: https://github.com/apache/arrow-rs/pull/9272
# Which issue does this PR close? This is a variant of https://github.com/apache/arrow-rs/pull/9259, but stacked on top of three building block PR: * https://github.com/apache/arrow-rs/pull/9266 * https://github.com/apache/arrow-rs/pull/9270 * https://github.com/apache/arrow-rs/pull/9271 - Part of https://github.com/apache/arrow-rs/issues/8987 # Rationale for this change See description of https://github.com/apache/arrow-rs/pull/9259. This version here factors out building blocks so it's easier to see what _actually_ changes to add custom json decoder support. # What changes are included in this PR? See description of https://github.com/apache/arrow-rs/pull/9259. Same net change, just organized differently. # Are these changes tested? Yes. Existing and newly added unit tests. # Are there any user-facing changes? * Make JSON tape decoder classes public * Make JSON `ArrayDecoder` trait public * Make JSON `DecoderContext` class public * New public trait: `DecoderFactory` -- 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]
