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)