rok commented on code in PR #6637: URL: https://github.com/apache/arrow-rs/pull/6637#discussion_r1987441625
########## parquet/src/arrow/arrow_reader/mod.rs: ########## @@ -1788,6 +1859,151 @@ mod tests { assert!(col.value(2).is_nan()); } + #[test] Review Comment: Changed the `get_file_decryptor` to favor `aad_prefix` from decryption properties over the one from file. Added `test_non_uniform_encryption_disabled_aad_storage` test to check for desired behaviour. -- 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