pitrou commented on code in PR #103: URL: https://github.com/apache/parquet-testing/pull/103#discussion_r2853258068
########## data/README.md: ########## @@ -103,6 +103,8 @@ external key material enabled, so the key material is found in the This data was written using the `org.apache.parquet.crypto.keytools.mocks.InMemoryKMS` KMS client, which is compatible with the `TestOnlyInServerWrapKms` KMS client used in C++ tests. +The `encrypt_columns_and_footer_bloom_filter.parquet.encrypted` file enables Bloom filters on `double_field` and `float_field` and is used by encrypted Bloom filter reader tests. + Review Comment: ```suggestion The `encrypt_columns_and_footer_bloom_filter.parquet.encrypted` file enables Bloom filters on `double_field` and `float_field`. ``` -- 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]
