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)