[ 
https://issues.apache.org/jira/browse/OPTIQ-309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Hyde updated OPTIQ-309:
------------------------------

    Fix Version/s: 0.8

> WITH ... ORDER BY query gives AssertionError
> --------------------------------------------
>
>                 Key: OPTIQ-309
>                 URL: https://issues.apache.org/jira/browse/OPTIQ-309
>             Project: Optiq
>          Issue Type: Bug
>            Reporter: Julian Hyde
>            Assignee: Julian Hyde
>             Fix For: 0.8
>
>
> A query that has both a WITH clause and an ORDER BY clause gives an assertion 
> error. TPC-DS query #1 reproduces, as does the following simple test case.
> {code:sql}
> with emp2 as (select * from emp)
> select * from emp2
> order by deptno
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to