You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Shaofeng SHI (JIRA)" <ji...@apache.org> on 2017/08/09 05:06:00 UTC

[jira] [Closed] (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 ]

Shaofeng SHI closed KYLIN-2392.
-------------------------------

> 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.4.14#64029)