You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Yingyi Bu (JIRA)" <ji...@apache.org> on 2017/02/02 01:32:52 UTC

[jira] [Created] (ASTERIXDB-1781) NPE in SET memory statement

Yingyi Bu created ASTERIXDB-1781:
------------------------------------

             Summary: NPE in SET memory statement
                 Key: ASTERIXDB-1781
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1781
             Project: Apache AsterixDB
          Issue Type: Bug
          Components: Compiler
            Reporter: Yingyi Bu
            Assignee: Yingyi Bu


{noformat}
SET `compiler.sortmemory` "4GB"

SELECT * FROM
range(1, 1000000000) r
order by r
limit 1;
{noformat}

NPE is thrown from the query above.

Numbers other than "4GB" all work.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)