Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support duplicated field names in Spark schema #325

Open
linhr opened this issue Dec 11, 2024 · 0 comments
Open

Support duplicated field names in Spark schema #325

linhr opened this issue Dec 11, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@linhr
Copy link
Contributor

linhr commented Dec 11, 2024

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
@linhr linhr added the good first issue Good for newcomers label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant