Prasanth J created HIVE-6761:
--------------------------------

             Summary: Hashcode computation does not use maximum parallelism for 
scalable dynamic partitioning
                 Key: HIVE-6761
                 URL: https://issues.apache.org/jira/browse/HIVE-6761
             Project: Hive
          Issue Type: Sub-task
    Affects Versions: 0.13.0, 0.14.0
            Reporter: Prasanth J
            Assignee: Prasanth J


Hashcode computation for HIVE-6455 should consider all the partitioning columns 
and bucket number to distribute the rows. The following code 
{code}
for (int i = 0; i < partitionEval.length - 1; i++) {
{code}

ignores the last partition column thereby generating lesser hashcodes.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to