Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BackwardRangeScan bug #2

Open
devinrsmith opened this issue Dec 15, 2015 · 0 comments
Open

BackwardRangeScan bug #2

devinrsmith opened this issue Dec 15, 2015 · 0 comments

Comments

@devinrsmith
Copy link

I'm pretty sure there is a bug in BackwardRangeScan if the start key is greater than the last item in the array. The corresponding cursor op, seek guarantees "Position at first key greater than or equal to specified key". As such, the scanner exits without visiting any items.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant