This is an automated email from the ASF dual-hosted git repository.
caolu pushed a change to branch kylin5
in repository https://gitbox.apache.org/repos/asf/kylin.git
from e9d6ee50ab KYLIN-6057 Fix global dict v2 concurrent build version
problem
add 41be8ee436 KYLIN-6058 Only non-empty segment calculate
ColumnSourceBytes
No new revisions were added by this update.
Summary of changes:
.../kylin/metadata/cube/model/NDataSegment.java | 6 +
.../engine/spark/job/step/merge/MergeStage.scala | 2 +-
.../spark/job/step/merge/MergeStageJavaTest.java | 232 +++++++++++++++++++++
3 files changed, 239 insertions(+), 1 deletion(-)
create mode 100644
src/spark-project/engine-spark/src/test/java/org/apache/kylin/engine/spark/job/step/merge/MergeStageJavaTest.java