You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Ruidong Li (JIRA)" <ji...@apache.org> on 2017/10/13 17:01:00 UTC

[jira] [Created] (CALCITE-2011) Fix StatckOverflow with ProjectSetOpTransposeRule

Ruidong Li created CALCITE-2011:
-----------------------------------

             Summary: Fix StatckOverflow with ProjectSetOpTransposeRule 
                 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)