Skip to content

Commit 4087877

Browse files
change statistics to page
1 parent c10d4fb commit 4087877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/storage/staging.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ pub fn parquet_writer_props(
343343
let url_column_path = ColumnPath::new(vec!["URL".to_string()]);
344344
let url_encoding = Encoding::DELTA_BYTE_ARRAY;
345345
props = props.set_column_encoding(url_column_path, url_encoding);
346-
props = props.set_statistics_enabled(EnabledStatistics::Chunk);
346+
props = props.set_statistics_enabled(EnabledStatistics::Page);
347347

348348
props
349349
}

0 commit comments

Comments
 (0)