You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "nichunen (Jira)" <ji...@apache.org> on 2019/12/23 04:04:00 UTC

[jira] [Updated] (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:all-tabpanel ]

nichunen updated KYLIN-4124:
----------------------------
    Fix Version/s: v3.1.0

> 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
>             Fix For: v3.1.0
>
>
> 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)