comphead commented on PR #2789: URL: https://github.com/apache/arrow-datafusion/pull/2789#issuecomment-1166054653
@andygrove my concern however the output like ``` " Projection: #aggregate_test_100.c1", " Filter: #aggregate_test_100.c2 > Int64(10)", " TableScan: aggregate_test_100 projection=[c1, c2], ``` Afaik Projection here is query projection(selected by user output), and TableScan projection is what needs to be fetched from the table to make query work. Since both of it named as projection won't be that confusing? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org