This is an automated email from the ASF dual-hosted git repository. kgyrtkirk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git.
from 669a9ba HIVE-21732: Configurable injection of load for LLAP task execution (Peter Vary reviewed by Slim Bouguerra and Oliver Draese) new a3f70bf HIVE-21715: Adding a new partition specified by location (which is empty) leads to Exceptions (Zoltan Haindrich reviewed by Laszlo Bodor, Ashutosh Chauhan) new 5bc0364 HIVE-21791: Fix Surrogate Key issue for insert with select with limit operations (Miklos Gergely via Zoltan Haindrich) The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../test/resources/testconfiguration.properties | 1 + .../org/apache/hadoop/hive/ql/io/AcidUtils.java | 3 ++ .../hadoop/hive/ql/io/HiveFileFormatUtils.java | 8 ++- .../hadoop/hive/ql/parse/SemanticAnalyzer.java | 16 +++--- .../queries/clientpositive/add_part_with_loc.q | 23 +++++++++ .../clientpositive/llap/add_part_with_loc.q.out | 59 ++++++++++++++++++++++ 6 files changed, 101 insertions(+), 9 deletions(-) create mode 100644 ql/src/test/queries/clientpositive/add_part_with_loc.q create mode 100644 ql/src/test/results/clientpositive/llap/add_part_with_loc.q.out