Query fails when using select *
, followed/prefixed with explicit projections
#13476
Labels
bug
Something isn't working
Describe the bug
When doing interactive data exploration with wide tables/views with moderately expensive queries, it's very useful to run queries like
This is useful because
This pattern unfortunately does not currently work in DataFusion
*
and whenever new column is needed, it needs to be re-runTo Reproduce
Expected behavior
Query should succeed. It's valid ANSI SQL and supported by PostgreSQL, Trino, Snowflake, DuckDB, others
Additional context
No response
The text was updated successfully, but these errors were encountered: