-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64819/
-----------------------------------------------------------
Review request for hive and Matt McCline.
Bugs: HIVE-18335
https://issues.apache.org/jira/browse/HIVE-18335
Repository: hive-git
Description
-------
VectorMapJoinFastBytesHashTable.allocateBucketArray() needs to check bounds
before allocating array.
Added a unit test.
Diffs
-----
ql/src/java/org/apache/hadoop/hive/ql/exec/vector/mapjoin/fast/VectorMapJoinFastBytesHashTable.java
89087e1450
ql/src/test/org/apache/hadoop/hive/ql/exec/vector/mapjoin/fast/TestVectorMapJoinFastBytesHashMap.java
905180431f
Diff: https://reviews.apache.org/r/64819/diff/1/
Testing
-------
Thanks,
Deepak Jaiswal