[
https://issues.apache.org/jira/browse/CALCITE-5261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yoon-Min Nam updated CALCITE-5261:
----------------------------------
Description:
A problematic query uses the table used in the CSV tutorial:
{code:java}
select name from table(dedup(cursor(select name from depts union all select
name from depts), 'name'));{code}
{code:java}
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> {code}
was:
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>
```
> 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
> Priority: Major
>
> A problematic query uses the table used in the CSV tutorial:
> {code:java}
> select name from table(dedup(cursor(select name from depts union all select
> name from depts), 'name'));{code}
>
> {code:java}
> 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> {code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)