Skip to content

Commit e65caee

Browse files
committed
wip
1 parent 2eaa48a commit e65caee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

datafusion/core/src/physical_optimizer/projection_pushdown.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ fn try_swapping_with_csv(
159159
projection: &ProjectionExec,
160160
csv: &CsvExec,
161161
) -> Option<Arc<dyn ExecutionPlan>> {
162-
// info!("csv exec: {}", csv);
163162
// If there is any non-column or alias-carrier expression, Projection should not be removed.
164163
// This process can be moved into CsvExec, but it would be an overlap of their responsibility.
165164
all_alias_free_columns(projection.expr()).then(|| {

0 commit comments

Comments
 (0)