This is an automated email from the ASF dual-hosted git repository. pgaref pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git.
from 5d136cb HIVE-25160: Automatically pass on iceberg-handler jar as job dependency (Adam Szita, reviewed by Laszlo Pinter and Peter Vary) add 95ab0c0 HIVE-24537: Optimise locking in LlapTaskSchedulerService (#2224) No new revisions were added by this update. Summary of changes: .../llap/tezplugins/LlapTaskSchedulerService.java | 119 ++-------------- .../llap/tezplugins/scheduler/StatsPerDag.java | 149 +++++++++++++++++++++ .../tezplugins/TestLlapTaskSchedulerService.java | 134 +++++++++--------- 3 files changed, 227 insertions(+), 175 deletions(-) create mode 100644 llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/scheduler/StatsPerDag.java