You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Na Yang <ny...@maprtech.com> on 2015/03/31 19:01:12 UTC

Review Request 32692: HIVE-10083 SMBJoin fails in case one table is uninitialized

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32692/
-----------------------------------------------------------

Review request for hive, Brock Noland, Chao Sun, and Xuefu Zhang.


Bugs: 10083
    https://issues.apache.org/jira/browse/10083


Repository: hive-git


Description
-------

When one table is unintialized, the smallTblFilesNames is a empty list which caues the IndexOutOfBoundsException when smallTblFileNames.get(toAddSmallIndex) is called.


Diffs
-----

  ql/src/java/org/apache/hadoop/hive/ql/optimizer/AbstractBucketJoinProc.java 70c23a6 

Diff: https://reviews.apache.org/r/32692/diff/


Testing
-------


Thanks,

Na Yang


Re: Review Request 32692: HIVE-10083 SMBJoin fails in case one table is uninitialized

Posted by Chao Sun <ch...@cloudera.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32692/#review78380
-----------------------------------------------------------

Ship it!


Ship It!

- Chao Sun


On March 31, 2015, 5:01 p.m., Na Yang wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/32692/
> -----------------------------------------------------------
> 
> (Updated March 31, 2015, 5:01 p.m.)
> 
> 
> Review request for hive, Brock Noland, Chao Sun, and Xuefu Zhang.
> 
> 
> Bugs: 10083
>     https://issues.apache.org/jira/browse/10083
> 
> 
> Repository: hive-git
> 
> 
> Description
> -------
> 
> When one table is unintialized, the smallTblFilesNames is a empty list which caues the IndexOutOfBoundsException when smallTblFileNames.get(toAddSmallIndex) is called.
> 
> 
> Diffs
> -----
> 
>   ql/src/java/org/apache/hadoop/hive/ql/optimizer/AbstractBucketJoinProc.java 70c23a6 
> 
> Diff: https://reviews.apache.org/r/32692/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Na Yang
> 
>