Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.13.0, 0.14.0
-
None
Description
Hashcode computation for HIVE-6455 should consider all the partitioning columns and bucket number to distribute the rows. The following code
for (int i = 0; i < partitionEval.length - 1; i++) {
ignores the last partition column thereby generating lesser hashcodes.