Skip to content

Commit 7820f67

Browse files
authored
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 <ustcwg@gmail.com> Signed-off-by: Gang Wu <ustcwg@gmail.com>
1 parent fb0bac6 commit 7820f67

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

docs/source/cpp/parquet.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -651,13 +651,10 @@ Miscellaneous
651651
+--------------------------+----------+----------+---------+
652652
| Offset Index ||| \(1) |
653653
+--------------------------+----------+----------+---------+
654-
| Bloom Filter ||| \(2) |
654+
| Bloom Filter ||| \(1) |
655655
+--------------------------+----------+----------+---------+
656656
| CRC checksums ||| |
657657
+--------------------------+----------+----------+---------+
658658

659-
* \(1) Access to the Column and Offset Index structures is provided, but
660-
data read APIs do not currently make any use of them.
661-
662-
* \(2) APIs are provided for creating, serializing and deserializing Bloom
663-
Filters, but they are not integrated into data read APIs.
659+
* \(1) Access to the Column Index, Offset Index and Bloom Filter structures
660+
is provided, but data read APIs do not currently make any use of them.

0 commit comments

Comments
 (0)