andygrove opened a new issue, #2689: URL: https://github.com/apache/arrow-datafusion/issues/2689
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** I am comparing query plans between Spark and DataFusion Spark shows: ``` FileScan parquet [ss_sold_time_sk#215,ss_hdemo_sk#219,ss_store_sk#221] ... ``` DataFusion shows: ``` TableScan: store_sales projection=Some([1, 5, 7]) ``` I think we should show column names rather than numeric indices. **Describe the solution you'd like** Show names not numbers **Describe alternatives you've considered** None **Additional context** None -- 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]
