Description
When I run a Hive query in Spark SQL, I get the new Row object, where it does not convert Hive NULL into Python None instead it keeps it string 'NULL'.
It's only an issue with String type, works with other types.
Attachments
Issue Links
- relates to
-
SPARK-1959 String "NULL" is interpreted as null value
- Resolved