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

gangwu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 7820f672ed GH-34785: [Doc][Parquet] Update doc for bloom filter 
support (#48860)
7820f672ed is described below

commit 7820f672edbbd516661740db9c355f2bc42bf602
Author: Gang Wu <[email protected]>
AuthorDate: Thu Jan 15 17:43:53 2026 +0800

    GH-34785: [Doc][Parquet] Update doc for bloom filter support (#48860)
    
    ### Rationale for this change
    
    Writing support for Parquet bloom filter has been added so the doc is out 
of date.
    
    ### What changes are included in this PR?
    
    Update the doc to reflect the status that bloom filter is fully supported 
but not integrated with data read api.
    
    ### Are these changes tested?
    
    N/A
    
    ### Are there any user-facing changes?
    
    No
    * GitHub Issue: #34785
    
    Authored-by: Gang Wu <[email protected]>
    Signed-off-by: Gang Wu <[email protected]>
---
 docs/source/cpp/parquet.rst | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/docs/source/cpp/parquet.rst b/docs/source/cpp/parquet.rst
index acb899d8dd..8c55ec5d53 100644
--- a/docs/source/cpp/parquet.rst
+++ b/docs/source/cpp/parquet.rst
@@ -651,13 +651,10 @@ Miscellaneous
 +--------------------------+----------+----------+---------+
 | Offset Index             | ✓        | ✓        | \(1)    |
 +--------------------------+----------+----------+---------+
-| Bloom Filter             | ✓        | ✓        | \(2)    |
+| Bloom Filter             | ✓        | ✓        | \(1)    |
 +--------------------------+----------+----------+---------+
 | CRC checksums            | ✓        | ✓        |         |
 +--------------------------+----------+----------+---------+
 
-* \(1) Access to the Column and Offset Index structures is provided, but
-  data read APIs do not currently make any use of them.
-
-* \(2) APIs are provided for creating, serializing and deserializing Bloom
-  Filters, but they are not integrated into data read APIs.
+* \(1) Access to the Column Index, Offset Index and Bloom Filter structures
+  is provided, but data read APIs do not currently make any use of them.

Reply via email to