Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
0.11.0
-
None
Description
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.
INSERT OVERWRITE TABLE partitioned_table PARTITION(col) SELECT id, foo, col FROM non_partitioned_table WHERE col <= 9;