You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/12/23 03:15:01 UTC

[jira] [Commented] (KYLIN-4124) Fix bug in map partition function en cuboid children is empty or null

    [ https://issues.apache.org/jira/browse/KYLIN-4124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17002081#comment-17002081 ] 

ASF subversion and git services commented on KYLIN-4124:
--------------------------------------------------------

Commit b0792296ab6c5720d101fb5079dbc2bf359258a2 in kylin's branch refs/heads/master from yanghua
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=b079229 ]

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
(v8.3.4#803005)