[ https://issues.apache.org/jira/browse/HIVE-18534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16338569#comment-16338569 ]
Sergey Shelukhin commented on HIVE-18534: ----------------------------------------- cc [~ashutoshc] > null partition values may be output as the magic string in query results > ------------------------------------------------------------------------ > > Key: HIVE-18534 > URL: https://issues.apache.org/jira/browse/HIVE-18534 > Project: Hive > Issue Type: Bug > Reporter: Sergey Shelukhin > Priority: Major > > Found while looking at smth else > {noformat} > create table if not exists tbll (key string) partitioned by (value string); > insert overwrite table tbll partition(value) select 'k1' as key, cast(null as > string) as value from src limit 2 > select * from tbll > k1 __HIVE_DEFAULT_PARTITION__ > k1 __HIVE_DEFAULT_PARTITION__{noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005)