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 e8d072a commit 3bb4c36Copy full SHA for 3bb4c36
datafusion/datasource-parquet/src/opener.rs
@@ -234,8 +234,6 @@ impl FileOpener for ParquetOpener {
234
};
235
}
236
237
- println!("pruning_predicate: {:?}", pruning_predicate);
238
-
239
// Determine which row groups to actually read. The idea is to skip
240
// as many row groups as possible based on the metadata and query
241
let file_metadata = Arc::clone(builder.metadata());
0 commit comments