Ali Alsuliman created ASTERIXDB-3301:
----------------------------------------
Summary: NPE for subquery with only SELECT ELEMENT
Key: ASTERIXDB-3301
URL: https://issues.apache.org/jira/browse/ASTERIXDB-3301
Project: Apache AsterixDB
Issue Type: Bug
Components: COMP - Compiler
Reporter: Ali Alsuliman
Assignee: Ali Alsuliman
The below query causes NullPointerException:
{noformat}
FROM [1,2,3] a
LET test = (SELECT RAW a)
SELECT a, test;
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)