This is an automated email from the ASF dual-hosted git repository.

jcamacho pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git.


    from 079a720  HIVE-21597: WM trigger validation should happen at the time 
of create or alter (Prasanth Jayachandran reviewed by Daniel Dai)
     new d200cb3  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 9a2f7b0  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

Reply via email to