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

[hive] branch master updated (ba96607 -> f0e93b1)

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

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


    from 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)
     add f0e93b1  HIVE-25345: Add logging based on new compaction metrics (#2493) (Laszlo Pinter, reviewed by Karen Coppage)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hive/conf/HiveConf.java |  18 +++
 .../hadoop/hive/ql/io/orc/OrcInputFormat.java      |   2 +-
 .../metrics/DeltaFilesMetricReporter.java          |  35 ++++-
 .../ql/txn/compactor/TestCompactionMetrics.java    |   8 +-
 .../hadoop/hive/metastore/conf/MetastoreConf.java  |  94 ++++++++++++
 .../hadoop/hive/metastore/HMSMetricsListener.java  |  10 +-
 .../hive/metastore/metrics/AcidMetricService.java  | 159 +++++++++++++++++++--
 .../hadoop/hive/metastore/txn/MetricsInfo.java     |  17 ++-
 .../hadoop/hive/metastore/txn/TxnHandler.java      |  28 ++--
 9 files changed, 343 insertions(+), 28 deletions(-)