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

[BUG] ArrayType of structType isn't supported in spark sql #308

Closed
WangCHX opened this issue Mar 14, 2022 · 1 comment · Fixed by #307
Closed

[BUG] ArrayType of structType isn't supported in spark sql #308

WangCHX opened this issue Mar 14, 2022 · 1 comment · Fixed by #307
Labels
bug Something isn't working spark
Milestone

Comments

@WangCHX
Copy link
Collaborator

WangCHX commented Mar 14, 2022

Minimal Code To Reproduce

SELECT array type of nest struct type FROM some_table

Describe the bug

TypeError: Unsupported type in conversion to Arrow: ArrayType(StructType(List(StructField(some_columne,StringType,true))))

Expected behavior
The query should work.

Environment (please complete the following information):

  • Backend: spark
  • Backend version: 3.1.2
  • Python version: 3.8
  • OS: linux
@goodwanghan
Copy link
Collaborator

@goodwanghan goodwanghan added this to the 0.6.6 milestone Mar 23, 2022
@goodwanghan goodwanghan linked a pull request Mar 23, 2022 that will close this issue
@goodwanghan goodwanghan added bug Something isn't working spark labels Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working spark
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants