[
https://issues.apache.org/jira/browse/KYLIN-4124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16900869#comment-16900869
]
ASF subversion and git services commented on KYLIN-4124:
--------------------------------------------------------
Commit de5eae05f3a0f4ff8f7f4c905db020f777b47c9a in kylin's branch
refs/heads/engine-flink from yanghua
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=de5eae0 ]
KYLIN-4124 Fix bug in map partition function en cuboid children is empty or null
> Fix bug in map partition function en cuboid children is empty or null
> ---------------------------------------------------------------------
>
> Key: KYLIN-4124
> URL: https://issues.apache.org/jira/browse/KYLIN-4124
> Project: Kylin
> Issue Type: Bug
> Components: Flink Engine
> Reporter: vinoyang
> Assignee: vinoyang
> Priority: Major
>
> There is a bug in the {{mapPartition}} method:
> {code:java}
> // if still empty or null
> if (myChildren == null || myChildren.size() == 0) {
> return; //it should be continue;
> }
> {code}
>
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)