Skip to content

Show column names instead of column indices in query plans #2689

@andygrove

Description

@andygrove

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions