spaces-X commented on PR #9136:
URL: https://github.com/apache/incubator-doris/pull/9136#issuecomment-1104632089

   > Would you please elaborate how this issue happen?
   
   Buffer flip is used incorrectly.
   When the hash key is string type, the hash value is always zero. The reason 
is that the buffer of string type is obtained by _wrap_, which is not needed to 
_flip_. If we do so, the buffer limit for read will be zero.


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to