We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c10d4fb commit 4087877Copy full SHA for 4087877
src/storage/staging.rs
@@ -343,7 +343,7 @@ pub fn parquet_writer_props(
343
let url_column_path = ColumnPath::new(vec!["URL".to_string()]);
344
let url_encoding = Encoding::DELTA_BYTE_ARRAY;
345
props = props.set_column_encoding(url_column_path, url_encoding);
346
- props = props.set_statistics_enabled(EnabledStatistics::Chunk);
+ props = props.set_statistics_enabled(EnabledStatistics::Page);
347
348
props
349
}
0 commit comments