Peeyush Gupta created ASTERIXDB-3327: ----------------------------------------
Summary: NPE caused by offset without limit in query
Key: ASTERIXDB-3327
URL: https://issues.apache.org/jira/browse/ASTERIXDB-3327
Project: Apache AsterixDB
Issue Type: Bug
Components: COMP - Compiler
Reporter: Peeyush Gupta
The following query returns null pointer exception.
|select x, count(*) from [\{"id":10, "x":1}] a group by x offset 10;|
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
