You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Phabricator (JIRA)" <ji...@apache.org> on 2013/08/20 06:17:53 UTC

[jira] [Updated] (HIVE-5121) Remove obsolete code on SemanticAnalyzer#genJoinTree

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

Phabricator updated HIVE-5121:
------------------------------

    Attachment: HIVE-5121.D12405.1.patch

azrael requested code review of "HIVE-5121 [jira] Remove obsolete code on SemanticAnalyzer#genJoinTree".

Reviewers: JIRA

HIVE-5121 : Remove obsolete code on SemanticAnalyzer#genJoinTree

Remove obsolete code on SemanticAnalyzer#genJoinTree.

       children[1] = alias;
       joinTree.setBaseSrc(children);
-      aliasToOpInfo.get(alias);
       joinTree.setId(qb.getId());
       joinTree.getAliasToOpInfo().put(

TEST PLAN
  EMPTY

REVISION DETAIL
  https://reviews.facebook.net/D12405

AFFECTED FILES
  ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java

MANAGE HERALD RULES
  https://reviews.facebook.net/herald/view/differential/

WHY DID I GET THIS EMAIL?
  https://reviews.facebook.net/herald/transcript/29637/

To: JIRA, azrael

                
> Remove obsolete code on SemanticAnalyzer#genJoinTree
> ----------------------------------------------------
>
>                 Key: HIVE-5121
>                 URL: https://issues.apache.org/jira/browse/HIVE-5121
>             Project: Hive
>          Issue Type: Improvement
>    Affects Versions: 0.11.0
>         Environment: ubuntu 12.04
>            Reporter: Azrael Park
>            Assignee: Azrael Park
>            Priority: Trivial
>         Attachments: HIVE-5121.D12405.1.patch
>
>
> Remove obsolete code on SemanticAnalyzer#genJoinTree.
> {noformat}
>        children[1] = alias;
>        joinTree.setBaseSrc(children);
> -      aliasToOpInfo.get(alias);
>        joinTree.setId(qb.getId());
>        joinTree.getAliasToOpInfo().put(
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira