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

gangwu pushed a commit to branch production
in repository https://gitbox.apache.org/repos/asf/parquet-site.git


The following commit(s) were added to refs/heads/production by this push:
     new adf7837  Update impl status for bloom filter in arrow-cpp (#152)
adf7837 is described below

commit adf7837bac9375fe8d60351de2477bba15a4ee12
Author: Gang Wu <[email protected]>
AuthorDate: Thu Jan 15 17:37:24 2026 +0800

    Update impl status for bloom filter in arrow-cpp (#152)
---
 data/implementations/support/arrow.yaml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/data/implementations/support/arrow.yaml 
b/data/implementations/support/arrow.yaml
index 99d583d..a6c133d 100644
--- a/data/implementations/support/arrow.yaml
+++ b/data/implementations/support/arrow.yaml
@@ -1,5 +1,5 @@
 engine_id: arrow
-last_updated: "2025-12-09"
+last_updated: "2026-01-15"
 support:
   physical-boolean:
     status: full
@@ -110,11 +110,13 @@ support:
   compression-zstd:
     status: full
   format-bloom-filters:
-    status: read
+    status: full
     since_version_read: "15.0.0"
+    since_version_write: "24.0.0"
   format-bloom-filter-length:
-    status: read
+    status: full
     since_version_read: "15.0.0"
+    since_version_write: "24.0.0"
   format-stats-min-max:
     status: full
   format-page-index:

Reply via email to