Skip to content

[SPARK-48374][PYTHON] Support additional PyArrow Table column types - #46688

Closed
ianmcook wants to merge 3 commits into
apache:masterfrom
ianmcook:SPARK-48374
Closed

[SPARK-48374][PYTHON] Support additional PyArrow Table column types#46688
ianmcook wants to merge 3 commits into
apache:masterfrom
ianmcook:SPARK-48374

Conversation

@ianmcook

Copy link
Copy Markdown
Member

What changes were proposed in this pull request?

This is a small follow-up to #46529. This adds support for some more Arrow data types:

  • fixed-size binary
  • fixed-size list
  • large list

Why are the changes needed?

Users who are creating Spark DataFrames from PyArrow Tables will expect it to work if their Tables contain these types of columns

Does this PR introduce any user-facing change?

It will prevent an error in the case where the user has one of these types of columns in their PyArrow Table. There are no other user-facing changes.

How was this patch tested?

Tests are included.

Was this patch authored or co-authored using generative AI tooling?

No

@ianmcook
ianmcook marked this pull request as ready for review June 2, 2024 13:13
@ianmcook

Copy link
Copy Markdown
MemberAuthor

cc @HyukjinKwon@xinrong-meng@zhengruifeng

This is a small improvement that I split out from #46529. Thank you.

@HyukjinKwon

Copy link
Copy Markdown
Member

Merged to master.

@HyukjinKwon

Copy link
Copy Markdown
Member

Thank you for fixing those.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@ianmcook@HyukjinKwon