Skip to content

Commit 3bb4c36

Browse files
committed
worknig
1 parent e8d072a commit 3bb4c36

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

datafusion/datasource-parquet/src/opener.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,6 @@ impl FileOpener for ParquetOpener {
234234
};
235235
}
236236

237-
println!("pruning_predicate: {:?}", pruning_predicate);
238-
239237
// Determine which row groups to actually read. The idea is to skip
240238
// as many row groups as possible based on the metadata and query
241239
let file_metadata = Arc::clone(builder.metadata());

0 commit comments

Comments
 (0)