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
Encountered an issue joining dataframes with duplicate column names if they generated from file read (I tried csv and parquet).
Dataframes produced from python dict do join without problem.
I did my testing with latest version of Datafusion on Windows.
Datafusion currently requires all field names to be unique. Recently added was alias support for tables which might help in the future. Hopefully that will make it to the pythonlib #14127
Describe the bug
Encountered an issue joining dataframes with duplicate column names if they generated from file read (I tried csv and parquet).
Dataframes produced from python dict do join without problem.
I did my testing with latest version of Datafusion on Windows.
To Reproduce
Fine with dataframes from dict
Continue to file read
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: