[ https://issues.apache.org/jira/browse/CALCITE-5150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dmitry Sysolyatin updated CALCITE-5150: --------------------------------------- Fix Version/s: 1.31.0 > Parser should parse subquery with order by inside array constructor > ------------------------------------------------------------------- > > Key: CALCITE-5150 > URL: https://issues.apache.org/jira/browse/CALCITE-5150 > Project: Calcite > Issue Type: Bug > Components: core > Reporter: Dmitry Sysolyatin > Assignee: Dmitry Sysolyatin > Priority: Major > Labels: pull-request-available > Fix For: 1.31.0 > > Time Spent: 10m > Remaining Estimate: 0h > > Parser can't parse query that looks like: > {code} > SELECT array(select x from (VALUES(1)) x ORDER BY x) > {code} > {code} > Caused by: org.apache.calcite.sql.parser.babel.ParseException: Encountered > "ORDER" at line 1, column 42. > Was expecting one of: > ")" ... > "NATURAL" ... > {code} -- This message was sent by Atlassian Jira (v8.20.7#820007)