vinoyang created KYLIN-4124:
-------------------------------
Summary: 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
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)