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

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

     [ https://issues.apache.org/jira/browse/KYLIN-2392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu updated KYLIN-2392:
--------------------------
    Description: 
Here is related code:

{code}
        // builder
        Iterator<Integer[]> iterator = null;

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

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

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


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