You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/07/26 07:52:04 UTC

[GitHub] [flink-table-store] JingsongLi opened a new pull request, #239: [FLINK-28687] BucketSelector is wrong when hashcode is negative

JingsongLi opened a new pull request, #239:
URL: https://github.com/apache/flink-table-store/pull/239

   The calculation of bucket should be `Math.abs(hashcode % numBucket)` instead of `hashcode % numBucket`.
   
   


-- 
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: issues-unsubscribe@flink.apache.org

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


[GitHub] [flink-table-store] JingsongLi merged pull request #239: [FLINK-28687] BucketSelector is wrong when hashcode is negative

Posted by GitBox <gi...@apache.org>.
JingsongLi merged PR #239:
URL: https://github.com/apache/flink-table-store/pull/239


-- 
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: issues-unsubscribe@flink.apache.org

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