We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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):
The text was updated successfully, but these errors were encountered:
This is because native Spark doesn't support it https://github.com/apache/spark/blob/c16a66a64bf9599b4fefcdc2beaad7c4f2a4517e/python/pyspark/sql/pandas/types.py#L89
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Minimal Code To Reproduce
Describe the bug
Expected behavior
The query should work.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: