[ https://issues.apache.org/jira/browse/HIVE-24037?focusedWorklogId=595400&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-595400 ]
ASF GitHub Bot logged work on HIVE-24037: ----------------------------------------- Author: ASF GitHub Bot Created on: 12/May/21 15:05 Start Date: 12/May/21 15:05 Worklog Time Spent: 10m Work Description: pgaref commented on a change in pull request #2004: URL: https://github.com/apache/hive/pull/2004#discussion_r631127066 ########## File path: ql/src/java/org/apache/hadoop/hive/ql/exec/persistence/MapJoinBytesTableContainer.java ########## @@ -499,6 +500,13 @@ public void put(Writable currentKey, Writable currentValue) throws SerDeExceptio hashMap.put(directWriteHelper, -1); } + @Override public long calculateLongHashCode(BytesWritable currentKey) + throws HiveException, IOException, SerDeException { + directWriteHelper.setKeyValue(currentKey, null); + directWriteHelper.getHashFromKey(); + return 0; Review comment: Maybe return directWriteHelper.getHashFromKey() ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 595400) Time Spent: 1h (was: 50m) > Parallelize hash table constructions in map joins > ------------------------------------------------- > > Key: HIVE-24037 > URL: https://issues.apache.org/jira/browse/HIVE-24037 > Project: Hive > Issue Type: Improvement > Reporter: Ramesh Kumar Thangarajan > Assignee: Ramesh Kumar Thangarajan > Priority: Major > Labels: pull-request-available > Time Spent: 1h > Remaining Estimate: 0h > > Parallelize hash table constructions in map joins -- This message was sent by Atlassian Jira (v8.3.4#803005)