[ 
https://issues.apache.org/jira/browse/HIVE-9997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14366340#comment-14366340
 ] 

Mostafa Mokhtar commented on HIVE-9997:
---------------------------------------

[~sershe]

Can these be addressed as well?
  private int getOffset(long offset) {
    return (int)(offset % wbSize);
  }

  private int getBufferIndex(long offset) {
    return (int)(offset / wbSize);
  }

Called from BytesBytesMultiHashMap.isSameKey


> minor tweaks for bytes mapjoin hash table
> -----------------------------------------
>
>                 Key: HIVE-9997
>                 URL: https://issues.apache.org/jira/browse/HIVE-9997
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Sergey Shelukhin
>            Assignee: Sergey Shelukhin
>         Attachments: HIVE-9997.patch
>
>
> From HIVE-7617



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to