You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by za...@apache.org on 2023/04/18 08:30:31 UTC

[hive] branch master updated (796c909f7bf -> f6ac8d480f9)

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 796c909f7bf HIVE-27203: Add compaction Qtest for Insert-only, Partitioned, Clustered, and combination ACID Tables (Akshat Matur, reviewed by Laszlo Vegh, Sourabh Badhya, Kirti Ruge)
     add f6ac8d480f9 HIVE-27199: Read TIMESTAMP WITH LOCAL TIME ZONE columns from text files using custom formats (Stamatis Zampetakis reviewed by Ayush Saxena, John Sherman, Attila Turóczy)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hive/common/type/TimestampTZUtil.java   |   6 +-
 .../apache/hive/common/util/TimestampParser.java   |  19 +++
 data/files/timestamps_mixed_formats.txt            |  20 +++
 .../queries/clientpositive/timestamptz_formats.q   |  21 +++
 .../clientpositive/llap/timestamptz_formats.q.out  | 160 +++++++++++++++++++++
 .../hive/serde2/lazy/LazyTimestampLocalTZ.java     |   7 +-
 .../LazyPrimitiveObjectInspectorFactory.java       |   5 +-
 .../LazyTimestampLocalTZObjectInspector.java       |  15 ++
 8 files changed, 245 insertions(+), 8 deletions(-)
 create mode 100644 data/files/timestamps_mixed_formats.txt
 create mode 100644 ql/src/test/queries/clientpositive/timestamptz_formats.q
 create mode 100644 ql/src/test/results/clientpositive/llap/timestamptz_formats.q.out