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

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


    from ec2f741  HIVE-24802: Show operation log at webui (dengzh reviewed by 
Zoltan Chovan and Peter Vary)
     add ba96607  HIVE-25306: Change Date/Timestamp parser from LENIENT to 
STRICT (Ashish Kumar Sharma, reviewed by Adesh Kumar Rao, Matt McCline, Sankar 
Hariappan, Stamatis Zampetakis)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hadoop/hive/common/type/Date.java   |   6 +-
 .../apache/hadoop/hive/common/type/Timestamp.java  |  10 +-
 .../hadoop/hive/common/type/TimestampUtils.java    |   4 +-
 .../apache/hive/common/util/TimestampParser.java   |  11 +-
 .../apache/hive/common/util/TestDateParser.java    |   6 +-
 .../hive/common/util/TestTimestampParser.java      |  32 +++---
 .../ql/udf/generic/TestGenericUDFAddMonths.java    |   8 +-
 .../ql/udf/generic/TestGenericUDFDateFormat.java   |   6 +-
 .../hive/ql/udf/generic/TestGenericUDFLastDay.java |   8 +-
 .../udf/generic/TestGenericUDFMonthsBetween.java   |  12 +--
 .../hive/ql/udf/generic/TestGenericUDFNextDay.java |   8 +-
 .../hive/ql/udf/generic/TestGenericUDFQuarter.java |   4 +-
 ql/src/test/queries/clientpositive/cast4.q         |  21 ++++
 .../test/results/clientpositive/llap/cast4.q.out   | 117 +++++++++++++++++++++
 .../results/clientpositive/llap/orc_ppd_date.q.out |   4 +-
 .../clientpositive/llap/parquet_ppd_date.q.out     |  20 ----
 .../llap/probedecode_mapjoin_stats.q.out           |   2 +-
 .../results/clientpositive/llap/udf_trunc.q.out    |  12 +--
 .../llap/vectorized_timestamp_funcs.q.out          |   2 +-
 .../hadoop/hive/serde2/lazy/LazyTimestamp.java     |  12 +--
 .../lazy/fast/LazySimpleDeserializeRead.java       |  11 +-
 .../primitive/PrimitiveObjectInspectorUtils.java   |   7 +-
 22 files changed, 220 insertions(+), 103 deletions(-)
 create mode 100644 ql/src/test/queries/clientpositive/cast4.q
 create mode 100644 ql/src/test/results/clientpositive/llap/cast4.q.out

Reply via email to