shaofengshi commented on a change in pull request #166: KYLIN-3457 Distribute
by multi column if not set distribute column du…
URL: https://github.com/apache/kylin/pull/166#discussion_r203237528
##########
File path:
source-hive/src/main/java/org/apache/kylin/source/hive/HiveSparkInput.java
##########
@@ -97,14 +95,13 @@ protected void
addStepPhase1_DoMaterializeLookupTable(DefaultChainedExecutable j
final String hiveInitStatements =
JoinedFlatTable.generateHiveInitStatements(flatTableDatabase);
final String jobWorkingDir = getJobWorkingDir(jobFlow,
hdfsWorkingDir);
- AbstractExecutable task =
createLookupHiveViewMaterializationStep(hiveInitStatements, jobWorkingDir,
flatDesc, hiveViewIntermediateTables);
+ AbstractExecutable task =
createLookupHiveViewMaterializationStep(hiveInitStatements, jobWorkingDir,
+ flatDesc, hiveViewIntermediateTables);
Review comment:
Please ensure using the same code formatter; Avoid unnecessary line change.
----------------------------------------------------------------
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