You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2017/01/15 02:56:26 UTC

[jira] [Created] (KYLIN-2392) Accessing null pointer in EnumerableWindow#sampleOfTheGeneratedWindowedAggregate()

Ted Yu created KYLIN-2392:
-----------------------------

             Summary: Accessing null pointer in EnumerableWindow#sampleOfTheGeneratedWindowedAggregate()
                 Key: KYLIN-2392
                 URL: https://issues.apache.org/jira/browse/KYLIN-2392
             Project: Kylin
          Issue Type: Bug
            Reporter: Ted Yu


Here is related code:
{code}
        // builder
        Iterator<Integer[]> iterator = null;

        // builder3
        Integer[] rows = iterator.next();
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)