Dmitry Lychagin created ASTERIXDB-2420:
------------------------------------------
Summary: Error with limit clause: Variable not found
Key: ASTERIXDB-2420
URL: https://issues.apache.org/jira/browse/ASTERIXDB-2420
Project: Apache AsterixDB
Issue Type: Bug
Components: COMP - Compiler
Reporter: Dmitry Lychagin
Assignee: Dmitry Lychagin
Query:
select value t.id
from DBLP1 t
order by t.id
limit \{"a":1}.a offset \{"a":1}.a
Error:
java.lang.Exception: Variable $$17 could not be found in any input schema
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)