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