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
Spark handles duplicated field names via deduplicateFieldNames in ArrowUtils.scala. We should incorporate the same logic for conversion between Arrow schema and Spark schema.
These test cases are related:
test_createDataFrame_duplicate_field_names
test_toPandas_duplicate_field_names
The text was updated successfully, but these errors were encountered:
Spark handles duplicated field names via
deduplicateFieldNames
inArrowUtils.scala
. We should incorporate the same logic for conversion between Arrow schema and Spark schema.These test cases are related:
test_createDataFrame_duplicate_field_names
test_toPandas_duplicate_field_names
The text was updated successfully, but these errors were encountered: