alamb opened a new pull request, #1539: URL: https://github.com/apache/arrow-rs/pull/1539
# Which issue does this PR close? Draft as it builds on https://github.com/apache/arrow-rs/pull/1451 from @sum12 . Closes https://github.com/apache/arrow-rs/issues/1538 # Rationale for this change @sum12 started refactoring options into a common struct in https://github.com/apache/arrow-rs/pull/1451 and I wanted to finish that work to minimize API churn when we release the next arrow # What changes are included in this PR? 1. Move `batch_size` to DecoderOptions as well. 2. Consolidate field handling in `ReaderBuilder` # Are there any user-facing changes? Yes -- if they use the low level Json decoder, the options are now encoded in a struct rather than as parameters -- 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]
