You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Rui Wang (Jira)" <ji...@apache.org> on 2020/08/06 17:35:00 UTC

[jira] [Commented] (CALCITE-4163) Unify the code creating single and multi column semijoin reducers

    [ https://issues.apache.org/jira/browse/CALCITE-4163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17172564#comment-17172564 ] 

Rui Wang commented on CALCITE-4163:
-----------------------------------

no worries :-) I occasionally did the same before (Should be Beam but create in Calcite).

> Unify the code creating single and multi column semijoin reducers
> -----------------------------------------------------------------
>
>                 Key: CALCITE-4163
>                 URL: https://issues.apache.org/jira/browse/CALCITE-4163
>             Project: Calcite
>          Issue Type: Improvement
>            Reporter: Stamatis Zampetakis
>            Assignee: Stamatis Zampetakis
>            Priority: Major
>
> In HIVE-21196, we add a transformation capable of merging single column semijoin reducers to multi column semijoin reducer. 
> The code for creating multi-column semijoin reducers in {{SemiJoinReductionMerge}} presents some similarities with the code creating single-column semijoin reducers in {{DynamicPartitionPruningOptimization}}. 
> Possibly we could refactor the respective parts to unify the creation logic of semijoin reducers.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)