Yoon-Min Nam created CALCITE-5261:
-------------------------------------
Summary: UNION-ALL inside of the CURSUR throws an exception while
validating the query
Key: CALCITE-5261
URL: https://issues.apache.org/jira/browse/CALCITE-5261
Project: Calcite
Issue Type: Bug
Reporter: Yoon-Min Nam
A problematic query uses the table used in the CSV tutorial:
select name from table(dedup(cursor(select name from depts union all select
name from depts), 'name'));
```
0: jdbc:calcite:model=src/test/resources/mode> select name from
table(dedup(cursor(select name from depts union all select name from depts),
'name'));
Error: Error while executing SQL "select name from table(dedup(cursor(select
name from depts union all select name from depts), 'name'))":
org.apache.calcite.sql.SqlBasicCall cannot be cast to
org.apache.calcite.sql.SqlSelect (state=,code=0)
0: jdbc:calcite:model=src/test/resources/mode>
```
--
This message was sent by Atlassian Jira
(v8.20.10#820010)