You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a parquet file has columns with uppercase names, routes.py give error.
This is caused by the extension considering all the columns lowercase (even if they are not), so Datafusion answers with "column_example" not found.
When a parquet file has columns with uppercase names, routes.py give error.
This is caused by the extension considering all the columns lowercase (even if they are not), so Datafusion answers with "column_example" not found.