[
https://issues.apache.org/jira/browse/CALCITE-2011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Hyde updated CALCITE-2011:
---------------------------------
Summary: ProjectSetOpTransposeRule gives StackOverflowError (was: Fix
StatckOverflow with ProjectSetOpTransposeRule )
> 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:
> 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
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)