This is an automated email from the ASF dual-hosted git repository.

apitrou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new ba5e59c  Add encrypted bloom filter test file (#103)
ba5e59c is described below

commit ba5e59c775e8fc2b615fd76d95f7c57a72935864
Author: fenfeng9 <[email protected]>
AuthorDate: Wed Feb 25 22:08:06 2026 +0800

    Add encrypted bloom filter test file (#103)
---
 data/README.md                                          |   3 +++
 ...pt_columns_and_footer_bloom_filter.parquet.encrypted | Bin 0 -> 35751 bytes
 2 files changed, 3 insertions(+)

diff --git a/data/README.md b/data/README.md
index 912f3ef..459dd14 100644
--- a/data/README.md
+++ b/data/README.md
@@ -103,6 +103,9 @@ 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`.
+
 ## Checksum Files
 
 The schema for the `datapage_v1-*-checksum.parquet` test files is:
diff --git a/data/encrypt_columns_and_footer_bloom_filter.parquet.encrypted 
b/data/encrypt_columns_and_footer_bloom_filter.parquet.encrypted
new file mode 100644
index 0000000..4b1c8b2
Binary files /dev/null and 
b/data/encrypt_columns_and_footer_bloom_filter.parquet.encrypted differ

Reply via email to