----------------------------------------------------------- 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