Takuya Ueshin created SPARK-16167:
-------------------------------------

             Summary: RowEncoder should preserve array/map type nullability.
                 Key: SPARK-16167
                 URL: https://issues.apache.org/jira/browse/SPARK-16167
             Project: Spark
          Issue Type: Bug
          Components: SQL
            Reporter: Takuya Ueshin


Currently {{RowEncoder}} doesn't preserve nullability of {{ArrayType}} or 
{{MapType}}.
It returns always {{containsNull = true}} for {{ArrayType}}, 
{{valueContainsNull = true}} for {{MapType}} and also the nullability of itself 
is always {{true}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to