[ https://issues.apache.org/jira/browse/HIVE-5302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13771970#comment-13771970 ]
Edward Capriolo commented on HIVE-5302: --------------------------------------- [~mwagner] [~busbey] Can the two of you come to a consensus as to whether the bug still exists? [~ashutoshc] I understand your debate about bloating the plan, however the plan is fairly ephemeral and changes quite often. If we can confirm the issue, this is surely a 0.12 blocker. You have mentioned that you would like to see this issue resolved a different way. Without a concrete suggestion as to what the better way might be we are at a stand still. I do not thing we want to hold up 0.12 longer then we need to, and I do not thing we want avro broken. Does anyone want to add anything? If not I am +1 on this patch. > PartitionPruner fails on Avro non-partitioned data > -------------------------------------------------- > > Key: HIVE-5302 > URL: https://issues.apache.org/jira/browse/HIVE-5302 > Project: Hive > Issue Type: Bug > Components: Serializers/Deserializers > Affects Versions: 0.11.0 > Reporter: Sean Busbey > Assignee: Sean Busbey > Priority: Blocker > Labels: avro > Attachments: HIVE-5302.1-branch-0.12.patch.txt, > HIVE-5302.1.patch.txt, HIVE-5302.1.patch.txt > > > While updating HIVE-3585 I found a test case that causes the failure in the > MetaStoreUtils partition retrieval from back in HIVE-4789. > in this case, the failure is triggered when the partition pruner is handed a > non-partitioned table and has to construct a pseudo-partition. > e.g. > {code} > INSERT OVERWRITE TABLE partitioned_table PARTITION(col) SELECT id, foo, col > FROM non_partitioned_table WHERE col <= 9; > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira