----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/38206/ -----------------------------------------------------------
Review request for hive. Bugs: HIVE-11662 https://issues.apache.org/jira/browse/HIVE-11662 Repository: hive-git Description ------- Some users want to use part-spec like directory name in their partitioned table locations, something like, {noformat} /something/warehouse/some_key=some_value {noformat} DP calculates additional partitions from full path, and makes exception something like, {noformat} Failed with exception Partition spec {some_key=some_value, part_key=part_value} contains non-partition columns FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask {noformat} Diffs ----- ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java ca86301 ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java 396c070 ql/src/java/org/apache/hadoop/hive/ql/plan/ConditionalResolverMergeFiles.java 3f07ea7 ql/src/test/queries/clientpositive/dynamic_partition_insert_external.q PRE-CREATION ql/src/test/results/clientpositive/dynamic_partition_insert_external.q.out PRE-CREATION Diff: https://reviews.apache.org/r/38206/diff/ Testing ------- Thanks, Navis Ryu