rok opened a new pull request, #7111: URL: https://github.com/apache/arrow-rs/pull/7111
# Which issue does this PR close? This PR is based on [branch](https://github.com/ggershinsky/arrow-rs/tree/decryption-basics) and an internal [patch](https://github.com/ggershinsky/arrow-rs/pull/1/files) and apache/arrow-rs/pull/6637 and aims to provide basic modular encryption support. Partially closes #3511. We decided to split encryption work into a separate PR. # Rationale for this change See #3511. # What changes are included in this PR? TBD # Are there any user-facing changes? Several new classes and method parameters are introduced. If project is compiled without `encryption` flag changes are not breaking. If `encryption` flag is on some methods and constructors (e.g. `ParquetMetaData::new`) will require new parameters which would be a breaking change. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org