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

ASF GitHub Bot commented on KYLIN-4124:
---------------------------------------

yanghua commented on pull request #788: KYLIN-4124 Fix bug in map partition 
function en cuboid children is empty or null
URL: https://github.com/apache/kylin/pull/788
 
 
   JIRA issue ref : https://issues.apache.org/jira/browse/KYLIN-4124?filter=-1
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> 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)

Reply via email to