You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Kurt Young (JIRA)" <ji...@apache.org> on 2016/12/16 06:44:58 UTC

[jira] [Created] (CALCITE-1544) AggregateJoinTransposeRule transform failed

Kurt Young created CALCITE-1544:
-----------------------------------

             Summary: AggregateJoinTransposeRule transform failed
                 Key: CALCITE-1544
                 URL: https://issues.apache.org/jira/browse/CALCITE-1544
             Project: Calcite
          Issue Type: Bug
            Reporter: Kurt Young
            Assignee: Julian Hyde


Here is the sql to reproduce the failure:
{code}
select e.deptno
from sales.emp as e join sales.dept as d on e.deptno = d.deptno
group by e.deptno
{code}
After push the aggregator past join, the RowType seems been changed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)