----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68772/ -----------------------------------------------------------
Review request for hive and Eugene Koifman. Bugs: HIVE-20593 https://issues.apache.org/jira/browse/HIVE-20593 Repository: hive-git Description ------- Load Data for partitioned ACID tables fails with bucketId out of range: -1 The tempTblObj is inherited from target table. However, the only table property which needs to be inherited is bucketing version. Properties like transactional etc should be ignored. Diffs ----- data/files/load_data_job_acid/20180918230307-b382b8c7-271c-4025-be64-4a68f4db32e5_0_0 PRE-CREATION data/files/load_data_job_acid/20180918230307-b382b8c7-271c-4025-be64-4a68f4db32e5_1_0 PRE-CREATION ql/src/java/org/apache/hadoop/hive/ql/parse/LoadSemanticAnalyzer.java 8d33cf5b23 ql/src/test/queries/clientpositive/load_data_using_job.q b760d9bc7e ql/src/test/results/clientpositive/llap/load_data_using_job.q.out 21fd9334ea Diff: https://reviews.apache.org/r/68772/diff/1/ Testing ------- Thanks, Deepak Jaiswal