Re: Merged C++ Parquet Encryption implementation PARQUET-1300

2019-11-08 Thread Gidon Gershinsky
Wes, Thank you for reviewing and merging this project. Regarding the note - we'll have interop testers in parquet-mr, so that cpp-written files, encrypted in various modes, would be tested by java readers - and vice versa. These manual tests could be run during development and ahead of releases.

Merged C++ Parquet Encryption implementation PARQUET-1300

2019-11-07 Thread Wes McKinney
hi folks, I recently merged https://github.com/apache/arrow/pull/4826 containing the bulk of the Parquet C++ encrypted file implementation: https://github.com/apache/arrow/commit/41753ace481a82dea651c54639ec4adbae169187 This patch has been in progress for over a year with numerous rounds of