sachouche opened a new pull request #1394: Drill 6626
URL: https://github.com/apache/drill/pull/1394
 
 
   The IndexOutOfBoundException was happening during Hash Table rehash:
   
   The was a regression when doing batch sizing
   Each outgoing-batch needed to fix its hash values (which were cached)
   Each outgoing batch should start at index (num-out-batches - 1) * 
MAX_BATCH_SZ; this is based on the insertion logic
   The code instead used the real row count instead of MAX_BATCH_SZ
   Fix - Put back the original code since the indexing scheme didn't change

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to