Skip to content

Commit 627f051

Browse files
Update datafusion/core/src/physical_plan/file_format/parquet.rs
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
1 parent de46850 commit 627f051

File tree

1 file changed

+1
-1
lines changed
  • datafusion/core/src/physical_plan/file_format

1 file changed

+1
-1
lines changed

datafusion/core/src/physical_plan/file_format/parquet.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ use parquet::schema::types::ColumnDescriptor;
7373
pub struct ParquetScanOptions {
7474
/// If true, any available `pruning_predicate` will be converted to a `RowFilter`
7575
/// and pushed down to the `ParquetRecordBatchStream`. This will enable row level
76-
/// filter at the decoder level
76+
/// filter at the decoder level. Defaults to false
7777
pushdown_filters: bool,
7878
/// If true, the generated `RowFilter` may reorder the predicate `Expr`s to try and optimize
7979
/// the cost of filter evaluation.

0 commit comments

Comments
 (0)