This is an automated email from the ASF dual-hosted git repository.
yhcast0 pushed a change to branch kylin5
in repository https://gitbox.apache.org/repos/asf/kylin.git
from 33307c72aa Revert "[MINOR] Update lombok version to 1.18.46 (#2350)"
(#2351)
new 5a3cf7e60e [MINOR] Fix job handler
new 7923a5ebfb [MINOR] Fix UT
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/metadata/cube/model/RuleBasedIndex.java | 4 +-
.../kylin/metadata/cube/NIndexPlanManagerTest.java | 5 +-
.../kylin/rest/service/IndexPlanServiceTest.java | 19 +++--
.../service/ModelServiceSemanticUpdateTest.java | 5 +-
.../kylin/rest/service/TableReloadServiceTest.java | 5 +-
.../apache/kylin/rec/index/IndexSuggesterTest.java | 24 +++---
.../spark/job/DefaultSparkBuildJobHandler.java | 5 ++
.../engine/spark/job/NSparkExecutableTest.java | 2 +-
.../engine/spark/job/SparkBuildJobHandlerTest.java | 96 ++++++++++++++++++++++
.../query/plugin/profiler/AsyncProfilingTest.scala | 2 +-
.../BuildAsyncProfilerDriverPluginTest.scala | 2 +-
11 files changed, 141 insertions(+), 28 deletions(-)