hsiang-c commented on PR #106: URL: https://github.com/apache/parquet-testing/pull/106#issuecomment-4432982791
@wgtmac Thank for your review, really appreciate it. On `parquet-java`, current [tests](https://github.com/apache/parquet-java/blob/master/parquet-hadoop/src/test/java/org/apache/parquet/hadoop/TestEncryptionOptions.java#L134-L141) were written for AES-128 encrypted Parquet files. On `arrow-cpp`, current [tests](https://github.com/apache/arrow/blob/main/cpp/src/parquet/encryption/test_encryption_util.h#L48-L84) were written for AES-128 encrypted Parquet files as well. Therefore, to read the AES-256 encrypted Parquet files under the `data/aes256/` path, both projects have to make code changes, just like what I did for [`arrow-rs`](https://github.com/apache/arrow-rs/pull/9203). I can contribute to `parquet-java` and `arrow-cpp` later to read the new test files. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
