Skip to content

Commit

Permalink
update reset
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li committed Dec 22, 2024
1 parent 3e77581 commit 2da4e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/service/src/spillers/serialize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ fn bare_blocks_to_parquet<W: Write + Send>(
let table_schema = infer_table_schema(&data_schema)?;

let props = WriterProperties::builder()
.set_compression(Compression::SNAPPY)
.set_compression(Compression::LZ4_RAW)
.set_statistics_enabled(EnabledStatistics::None)
.set_bloom_filter_enabled(false)
.build();
Expand Down

0 comments on commit 2da4e77

Please sign in to comment.