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 e3abcb5 commit cb221afCopy full SHA for cb221af
datafusion/common/src/config.rs
@@ -227,7 +227,7 @@ config_namespace! {
227
pub struct ParquetOptions {
228
/// If true, uses parquet data page level metadata (Page Index) statistics
229
/// to reduce the number of rows decoded.
230
- pub enable_page_index: bool, default = false
+ pub enable_page_index: bool, default = true
231
232
/// If true, the parquet reader attempts to skip entire row groups based
233
/// on the predicate in the query and the metadata (min/max values) stored in
0 commit comments