shaofengshi commented on a change in pull request #204: KYLIN-3442 Fact
distinct columns in Spark
URL: https://github.com/apache/kylin/pull/204#discussion_r212499556
##########
File path:
engine-spark/src/main/java/org/apache/kylin/engine/spark/SparkBatchCubingJobBuilder2.java
##########
@@ -61,7 +61,7 @@ public CubingJob build() {
inputSide.addStepPhase1_CreateFlatTable(result);
// Phase 2: Build Dictionary
- result.addTask(createFactDistinctColumnsStep(jobId));
+ result.addTask(createFactDistinctColumnsStepSPARK(jobId));
Review comment:
Please use "Spark" to replace "SPARK"
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services