alamb opened a new pull request, #10897: URL: https://github.com/apache/arrow-rs/pull/10897
# Which issue does this PR close? N/A -- documentation only. **Stacked on #10670** (draft until that merges; only the last commit is new -- see the doc-only diff [here](https://github.com/apache/arrow-rs/compare/hareshkh:json-decoder-factory...alamb:document-json-decoder-factory)). # Rationale for this change #10670 adds the ability to customize JSON decoding via [`DecoderFactory`], but neither the crate-level docs nor the reader module docs mention it, so users would only find the hook by stumbling on `ReaderBuilder::with_decoder_factory`. This adds the matching pointers for *decoding* that #10741 added for *encoding*, as anticipated in that PR's description. [`DecoderFactory`]: https://github.com/apache/arrow-rs/pull/10670 # What changes are included in this PR? Documentation only, no code changes: - Crate-level docs: list a custom `DecoderFactory` as an alternative for binary data decoding, alongside the existing `EncoderFactory` pointer - Reader module docs: new "Customizing the decoder" section, mirroring the writer's "Customizing the encoder" section # Are these changes tested? Covered by existing doc tests and CI rustdoc link checking. # Are there any user-facing changes? Documentation only. -- 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]
