[ 
https://issues.apache.org/jira/browse/CALCITE-5261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18092362#comment-18092362
 ] 

Mihai Budiu commented on CALCITE-5261:
--------------------------------------

you probably should fix the typo CURSUR

> 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
>            Assignee: Yu Xu
>            Priority: Major
>              Labels: pull-request-available
>
> A problematic query uses the table used in the CSV tutorial (both union and 
> union-all have the same issue):
> {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)

Reply via email to