Commits


Jinpeng authored and GitHub committed bac8ef2c189
PARQUET-2232: [C++] Add an api to ColumnChunkMetaData to indicate if the column chunk uses a bloom filter (#33736) Although bloom filter is not fully supported in parquet-cpp for now, it can be useful to provide an api that tells if a column chunk is using bloom filters. This would lead to better understanding of file characteristics. Changes are tested with unit tests. Thanks. Lead-authored-by: Will Jones <willjones127@gmail.com> Co-authored-by: jp0317 <zjpzlz@gmail.com> Co-authored-by: Jinpeng Zhou <jinpengz@google.com> Signed-off-by: Will Jones <willjones127@gmail.com>