Description
I got below error when using from_arrow_type() in pyspark.sql.pandas.types
Unsupported type in conversion from Arrow: null
I noticed NullType exists under pyspark.sql.types so it seems possible to convert from pyarrow null to pyspark null type and vice versa.
Attachments
Issue Links
- is related to
-
SPARK-21187 Complete support for remaining Spark data types in Arrow Converters
- Resolved
- links to