This is an automated email from the ASF dual-hosted git repository.
sankarh pushed a change to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hive.git.
from 90ae608 HIVE-21600: GenTezUtils.removeSemiJoinOperator may throw out
of bounds exception for TS with multiple children (Jesus Camacho Rodriguez,
reviewed by Vineet Garg)
new 1de6171 HIVE-20593 : Load Data for partitioned ACID tables fails with
bucketId out of range: -1 (Deepak Jaiswal, reviewed by Eugene Koifman)
new d6dda1b HIVE-21564: Load data into a bucketed table is ignoring
partitions specs and loads data into default partition (Sankar Hariappan,
reviewed by Jesus Camacho Rodriguez)
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:
...230307-b382b8c7-271c-4025-be64-4a68f4db32e5_0_0 | Bin 0 -> 501 bytes
...230307-b382b8c7-271c-4025-be64-4a68f4db32e5_1_0 | Bin 0 -> 465 bytes
.../hadoop/hive/ql/parse/LoadSemanticAnalyzer.java | 62 +-
.../hadoop/hive/ql/parse/SemanticAnalyzer.java | 21 +-
.../queries/clientpositive/load_data_using_job.q | 18 +-
.../load_static_ptn_into_bucketed_table.q | 42 +
.../clientpositive/llap/load_data_using_job.q.out | 110 ++-
.../load_static_ptn_into_bucketed_table.q.out | 857 +++++++++++++++++++++
8 files changed, 1097 insertions(+), 13 deletions(-)
create mode 100644
data/files/load_data_job_acid/20180918230307-b382b8c7-271c-4025-be64-4a68f4db32e5_0_0
create mode 100644
data/files/load_data_job_acid/20180918230307-b382b8c7-271c-4025-be64-4a68f4db32e5_1_0
create mode 100644
ql/src/test/queries/clientpositive/load_static_ptn_into_bucketed_table.q
create mode 100644
ql/src/test/results/clientpositive/load_static_ptn_into_bucketed_table.q.out