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

Hudson commented on HIVE-5121:
------------------------------

ABORTED: Integrated in Hive-trunk-hadoop2 #373 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop2/373/])
HIVE-5121 : Remove obsolete code on SemanticAnalyzer#genJoinTree (Azrael Park 
via Ashutosh Chauhan) (hashutosh: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1515838)
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java

                
> 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
>            Assignee: Azrael
>            Priority: Trivial
>             Fix For: 0.12.0
>
>         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

Reply via email to