You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2017/01/04 19:47:58 UTC

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

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

Julian Hyde updated CALCITE-1544:
---------------------------------
    Fix Version/s: 1.12.0

> 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
>             Fix For: 1.12.0
>
>
> 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)