File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
datafusion/datasource-parquet/src Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ use datafusion_common::pruning::{
3737} ;
3838use datafusion_common:: { exec_err, Result } ;
3939use datafusion_datasource:: PartitionedFile ;
40- use datafusion_physical_expr:: utils:: reassign_predicate_columns;
4140use datafusion_physical_expr:: PhysicalExprSchemaRewriter ;
4241use datafusion_physical_expr_common:: physical_expr:: PhysicalExpr ;
4342use datafusion_physical_optimizer:: pruning:: PruningPredicate ;
@@ -257,9 +256,7 @@ impl FileOpener for ParquetOpener {
257256
258257 rewriter. rewrite ( p)
259258 . map_err ( ArrowError :: from)
260- . map ( |p| reassign_predicate_columns ( p, & physical_file_schema, false ) )
261259 } )
262- . transpose ( ) ?
263260 . transpose ( ) ?;
264261
265262 // Build predicates for this specific file
You can’t perform that action at this time.
0 commit comments