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 2eaa48a commit e65caeeCopy full SHA for e65caee
datafusion/core/src/physical_optimizer/projection_pushdown.rs
@@ -159,7 +159,6 @@ fn try_swapping_with_csv(
159
projection: &ProjectionExec,
160
csv: &CsvExec,
161
) -> Option<Arc<dyn ExecutionPlan>> {
162
- // info!("csv exec: {}", csv);
163
// If there is any non-column or alias-carrier expression, Projection should not be removed.
164
// This process can be moved into CsvExec, but it would be an overlap of their responsibility.
165
all_alias_free_columns(projection.expr()).then(|| {
0 commit comments