Skip to content

Commit

Permalink
Merge pull request databendlabs#4643 from dantengsky/fix-4633
Browse files Browse the repository at this point in the history
ISSUE-4633:  disable parquet statistics generation
  • Loading branch information
BohuTANG authored Mar 31, 2022
2 parents 4bec66e + 0498c29 commit f39cd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query/src/storages/fuse/io/write/block_writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub async fn write_block(
location: &str,
) -> Result<(u64, FileMetaData)> {
let options = WriteOptions {
write_statistics: true,
write_statistics: false,
compression: Compression::Lz4, // let's begin with lz4
version: Version::V2,
};
Expand Down

0 comments on commit f39cd40

Please sign in to comment.