This is an automated email from the ASF dual-hosted git repository.
jcamacho pushed a change to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hive.git.
from cda7150 HIVE-21591: Using triggers in non-LLAP mode should not
require wm queue (Prasanth Jayachandran reviewed by Daniel Dai)
new 41b65fd HIVE-21613: Queries with join condition having timestamp or
timestamp with local time zone literal throw SemanticException (Jesus Camacho
Rodriguez, reviewed by Sankar Hariappan)
new 90ae608 HIVE-21600: GenTezUtils.removeSemiJoinOperator may throw out
of bounds exception for TS with multiple children (Jesus Camacho Rodriguez,
reviewed by Vineet Garg)
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 | 2 +
.../apache/hadoop/hive/ql/parse/GenTezUtils.java | 2 +-
.../hadoop/hive/ql/parse/SemanticAnalyzer.java | 2 +
ql/src/test/queries/clientpositive/timestamp_4.q | 15 ++++++
ql/src/test/queries/clientpositive/timestamptz_5.q | 16 ++++++
.../results/clientpositive/llap/timestamp_4.q.out | 58 ++++++++++++++++++++++
.../clientpositive/llap/timestamptz_5.q.out | 57 +++++++++++++++++++++
7 files changed, 151 insertions(+), 1 deletion(-)
create mode 100644 ql/src/test/queries/clientpositive/timestamp_4.q
create mode 100644 ql/src/test/queries/clientpositive/timestamptz_5.q
create mode 100644 ql/src/test/results/clientpositive/llap/timestamp_4.q.out
create mode 100644 ql/src/test/results/clientpositive/llap/timestamptz_5.q.out