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

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


    from 39ca58e  HIVE-18624: Parsing time is extremely high (~10 min) for 
queries with complex select expressions (Zoltan Haindrich reviewed by Ashutosh 
Chauhan)
     new 560016b  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 2b77d69  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