This is an automated email from the ASF dual-hosted git repository. xxyu pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/kylin.git.
from ad36cf7 [KYLIN-5125] fix up unit test new dc3fd9a [KYLIN-5121] Make JobMetricsUtils.collectMetrics be working again new 8365e66 add license description The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../kylin/engine/spark/job/OptimizeBuildJob.java | 28 ++++---- .../kylin/engine/spark/job/CubeBuildJob.java | 68 +++++++++---------- .../kylin/engine/spark/job/CubeMergeJob.java | 41 +++++------ .../kylin/engine/spark/utils/JobMetricsUtils.scala | 79 +++++----------------- .../utils/QueryExecutionInterceptListener.scala | 51 ++++++++++++++ 5 files changed, 128 insertions(+), 139 deletions(-) create mode 100644 kylin-spark-project/kylin-spark-engine/src/main/scala/org/apache/kylin/engine/spark/utils/QueryExecutionInterceptListener.scala