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

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


    from 4ba8f33  HIVE-25088: Create qtest-iceberg module inside itests (#2239) 
(Laszlo Pinter, reviewed by Adam Szita)
     add 328d197  HIVE-24974: Create new metrics about the number of delta 
files in the ACID table (Denys Kuzmenko, reviewed by Karen Coppage)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hive/conf/HiveConf.java |  21 ++
 .../hive/ql/txn/compactor/CompactorOnTezTest.java  |   2 +-
 .../txn/compactor/TestCompactionMetricsOnTez.java  | 118 ++++++++
 .../hive/ql/exec/tez/HiveSplitGenerator.java       |   2 +
 .../apache/hadoop/hive/ql/exec/tez/TezTask.java    |   5 +
 .../apache/hadoop/hive/ql/io/HiveInputFormat.java  |   2 +
 .../hadoop/hive/ql/io/orc/OrcInputFormat.java      |  17 +-
 .../metrics/DeltaFilesMetricReporter.java          | 330 +++++++++++++++++++++
 .../ql/txn/compactor/TestCompactionMetrics.java    |  95 ++++++
 .../apache/hive/service/server/HiveServer2.java    |   4 +-
 .../hive/metastore/metrics/MetricsConstants.java   |   4 +
 11 files changed, 597 insertions(+), 3 deletions(-)
 create mode 100644 
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/txn/compactor/TestCompactionMetricsOnTez.java
 create mode 100644 
ql/src/java/org/apache/hadoop/hive/ql/txn/compactor/metrics/DeltaFilesMetricReporter.java

Reply via email to