matthewgapp commented on code in PR #8840:
URL: https://github.com/apache/arrow-datafusion/pull/8840#discussion_r1467877808
##########
datafusion/core/src/physical_optimizer/projection_pushdown.rs:
##########
@@ -159,13 +159,14 @@ fn try_swapping_with_csv(
projection: &ProjectionExec,
csv: &CsvExec,
) -> Option<Arc<dyn ExecutionPlan>> {
+ // info!("csv exec: {}", csv);
Review Comment:
eagle eye!

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]