ianmcook opened a new pull request, #46688: URL: https://github.com/apache/spark/pull/46688
### 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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
