[ https://issues.apache.org/jira/browse/HIVE-337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12681016#action_12681016 ]
Prasad Chakka commented on HIVE-337: ------------------------------------ just to clarify what i meant, a null array, an empty array and an array with one empty string or null are all same. So users can't rely on being able to differentiate between the 4 cases. All of them are represented by an empty string in the serialized string of the array. such an array should be deserialzied to either null or empty array. i prefer a null array since it is easier to test for in conditions. > LazySimpleSerDe should support array and map types > -------------------------------------------------- > > Key: HIVE-337 > URL: https://issues.apache.org/jira/browse/HIVE-337 > Project: Hadoop Hive > Issue Type: Bug > Components: Serializers/Deserializers > Affects Versions: 0.2.0 > Reporter: Zheng Shao > Assignee: Zheng Shao > Priority: Blocker > > Once we do that, we can completely deprecate > DynamicSerDe/TCTLSeparatedProtocol, and close any bugs that > DynamicSerDe/TCTLSeparatedProtocol has. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.