alamb opened a new pull request, #7093: URL: https://github.com/apache/arrow-rs/pull/7093
# Which issue does this PR close? Draft as - builds on https://github.com/apache/arrow-rs/pull/7029 - Benchmarks: https://github.com/apache/arrow-rs/pull/7090 - Benchmarks: https://github.com/apache/arrow-rs/pull/7091 # Rationale for this change - Closes https://github.com/apache/arrow-rs/issues/3287 - Closes https://github.com/apache/arrow-rs/pull/6938 Forcing Array validation for trusted data is inefficient. Users should have the option to avoid this # What changes are included in this PR? This PR builds on this PR from @totoroyyb - https://github.com/apache/arrow-rs/pull/6938 1. Add API in IPC options to skip validation 2. Pass this flag through StreamReader/FileReader/Decoder 3. Tests for same # Are there any user-facing changes? <!-- If there are user-facing changes then we may require documentation to be updated before approving the PR. --> <!--- If there are any breaking changes to public APIs, please call them out. --> -- 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]
