[
https://issues.apache.org/jira/browse/KYLIN-3457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16547312#comment-16547312
]
ASF GitHub Bot commented on KYLIN-3457:
---------------------------------------
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]
> Distribute by multi column if not set distribute column during the
> redistribute step
> ------------------------------------------------------------------------------------
>
> Key: KYLIN-3457
> URL: https://issues.apache.org/jira/browse/KYLIN-3457
> Project: Kylin
> Issue Type: Improvement
> Reporter: Chao Long
> Assignee: Chao Long
> Priority: Major
>
> KYLIN-3388 remove redistribute step may cause a data skew problem。
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)