You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be a problem with the byte buffer comparator that occurs when the buffers are larger than the value they hold and it is comparing values of different lengths. The test below illustrates the problem. When comparing key301 to key30 it is getting the wrong result so is incorrectly carrying on past it. When run it finds 6 entries not 3.
I will raise a PR in a minute with the fix to the comparator.
There seems to be a problem with the byte buffer comparator that occurs when the buffers are larger than the value they hold and it is comparing values of different lengths. The test below illustrates the problem. When comparing
key301tokey30it is getting the wrong result so is incorrectly carrying on past it. When run it finds 6 entries not 3.I will raise a PR in a minute with the fix to the comparator.