Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 1.1.1
-
None
-
None
Description
The hbase-table-scanner used CallShortMethod to retrieve the size of the array. Short will overflow. Because the size of the array is an int, we should use CallIntMethod instead and this resolve the problem.