You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by sa...@apache.org on 2021/07/08 09:41:46 UTC

[hive] branch master updated (4397882 -> 8a4fa84)

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

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


    from 4397882  HIVE-25308: Use new Tez API to get JobID for Iceberg commits (#2446) (Marton Bod, reviewed by Marta Kuczora and Laszlo Pinter)
     add 8a4fa84  HIVE-25299: Casting timestamp to numeric data types is incorrect for non-UTC timezones (Adesh Rao, reviewed by Ashish Kumar, Sankar Hariappan)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hive/common/type/TimestampTZUtil.java   |  5 ++
 .../apache/hadoop/hive/ql/udf/UDFToBoolean.java    |  4 +-
 .../org/apache/hadoop/hive/ql/udf/UDFToByte.java   |  2 +-
 .../org/apache/hadoop/hive/ql/udf/UDFToDouble.java |  5 +-
 .../org/apache/hadoop/hive/ql/udf/UDFToFloat.java  |  5 +-
 .../apache/hadoop/hive/ql/udf/UDFToInteger.java    |  2 +-
 .../org/apache/hadoop/hive/ql/udf/UDFToLong.java   |  2 +-
 .../org/apache/hadoop/hive/ql/udf/UDFToShort.java  |  2 +-
 .../org/apache/hadoop/hive/ql/udf/UDFUtils.java    | 27 +++-----
 ql/src/test/queries/clientpositive/timestamp_1.q   | 16 +++++
 ql/src/test/queries/clientpositive/timestamp_2.q   | 15 ++++
 ql/src/test/queries/clientpositive/timestamp_3.q   | 15 ++++
 .../test/queries/clientpositive/udf_to_boolean.q   |  9 ++-
 .../results/clientpositive/llap/timestamp_1.q.out  | 80 ++++++++++++++++++++--
 .../results/clientpositive/llap/timestamp_2.q.out  | 80 ++++++++++++++++++++--
 .../results/clientpositive/llap/timestamp_3.q.out  | 74 +++++++++++++++++++-
 .../clientpositive/llap/udf_to_boolean.q.out       |  9 +++
 17 files changed, 319 insertions(+), 33 deletions(-)
 copy cli/src/test/org/apache/hadoop/hive/cli/TestCliSessionState.java => ql/src/java/org/apache/hadoop/hive/ql/udf/UDFUtils.java (63%)