Skip to content

Commit

Permalink
Undo accidental commit
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Jun 10, 2024
1 parent 3f810b5 commit ad0c40e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parquet/examples/write_parquet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ fn main() -> Result<()> {
let properties = WriterProperties::builder()
.set_column_bloom_filter_enabled("id".into(), true)
.set_column_encoding("id".into(), Encoding::DELTA_BINARY_PACKED)
.set_bloom_filter_position(BloomFilterPosition::End)
.build();
let schema = Arc::new(Schema::new(vec![Field::new("id", UInt64, false)]));
// Create parquet file that will be read.
Expand Down

0 comments on commit ad0c40e

Please sign in to comment.