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

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


    from 32b539f  HIVE-25461: Add a test case to ensure truncate table advances 
the write id (Kishen Das via Peter Vary)
     add a5dec6c  HIVE-25429: Delta metrics collection may cause number of tez 
counters to exceed tez.counters.max limit (Karen Coppage, reviewed by Laszlo 
Pinter)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hive/conf/HiveConf.java |   5 +-
 .../hive/ql/txn/compactor/CompactorOnTezTest.java  |   6 +-
 .../txn/compactor/TestCompactionMetricsOnTez.java  | 146 +++++++++++---
 .../hive/ql/exec/tez/HiveSplitGenerator.java       |  58 +++---
 .../apache/hadoop/hive/ql/exec/tez/TezTask.java    |   6 +-
 .../hadoop/hive/ql/io/orc/OrcInputFormat.java      |  16 +-
 .../metrics/DeltaFilesMetricReporter.java          | 187 ++++++++++--------
 .../ql/txn/compactor/TestCompactionMetrics.java    | 101 ----------
 .../ql/txn/compactor/TestDeltaFilesMetrics.java    | 209 +++++++++++++++++++++
 .../apache/hive/service/server/HiveServer2.java    |   2 +-
 10 files changed, 496 insertions(+), 240 deletions(-)
 create mode 100644 
ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestDeltaFilesMetrics.java

Reply via email to