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

jiayuliu pushed a commit to branch add-bloom-filter-2
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/add-bloom-filter-2 by this 
push:
     new f0041d363 parquet-show-bloom-filter with bloom feature required
f0041d363 is described below

commit f0041d363a20dff1bb65f566f9c958de2f733775
Author: Jiayu Liu <[email protected]>
AuthorDate: Mon Nov 14 22:03:50 2022 +0800

    parquet-show-bloom-filter with bloom feature required
---
 parquet/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parquet/Cargo.toml b/parquet/Cargo.toml
index 50fdac5f6..fc7c8218a 100644
--- a/parquet/Cargo.toml
+++ b/parquet/Cargo.toml
@@ -115,7 +115,7 @@ required-features = ["arrow", "cli"]
 
 [[bin]]
 name = "parquet-show-bloom-filter"
-required-features = ["cli"]
+required-features = ["cli", "bloom"]
 
 [[bench]]
 name = "arrow_writer"

Reply via email to