Skip to content

Commit e7886fb

Browse files
committed
GH-34785: [DOC][FOLLOWUP] Update doc for Parquet bloom filter
1 parent b14c6e0 commit e7886fb

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)