[
https://issues.apache.org/jira/browse/CALCITE-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16821473#comment-16821473
]
Vineet Garg commented on CALCITE-3011:
--------------------------------------
Fixing this issue in {{AggregateJoinTransposeRule}} doesn't fully fix the wrong
plan. It looks like {{areColumnsUnique}} is returning true for FULL OUTER JOIN
which seems wrong.
> Support outer joins with AggregateJoinTransposeRule
> ---------------------------------------------------
>
> Key: CALCITE-3011
> URL: https://issues.apache.org/jira/browse/CALCITE-3011
> Project: Calcite
> Issue Type: Improvement
> Components: core
> Reporter: Vineet Garg
> Assignee: Vineet Garg
> Priority: Major
> Labels: pull-request-available
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Currently {{AggregateJoinTransposeRule}} only support INNER join. Aggregates
> (at least the ones without aggregate functions) could be pushed through OUTER
> joins with current logic.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)