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

Julian Hyde updated CALCITE-2011:
---------------------------------
    Description: 
Here's the test case. If t1 and t2 are tables with one column "a", then
{code}
t1.unionAll(t2).select(a + 1, a).select(a)
{code}
will cause {{StatckOverflowError}} if {{ProjectSetOpTransposeRule}} is enabled.

  was:
Here's the test case:
t1 and t2 are tables with one column "a"
{{
t1.unionAll(t2).select(a + 1, a).select(a)
}}
this'll cause {{StatckOverflow}} with  {{ProjectSetOpTransposeRule}} Enabled


> ProjectSetOpTransposeRule gives StackOverflowError
> --------------------------------------------------
>
>                 Key: CALCITE-2011
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2011
>             Project: Calcite
>          Issue Type: Bug
>            Reporter: Ruidong Li
>            Assignee: Julian Hyde
>
> Here's the test case. If t1 and t2 are tables with one column "a", then
> {code}
> t1.unionAll(t2).select(a + 1, a).select(a)
> {code}
> will cause {{StatckOverflowError}} if {{ProjectSetOpTransposeRule}} is 
> enabled.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to