-
Notifications
You must be signed in to change notification settings - Fork 102
chore(test): Add test to verify that query ranges work as expected #445
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
chore(test): Add test to verify that query ranges work as expected #445
Conversation
Codecov Report
@@ Coverage Diff @@
## master #445 +/- ##
=========================================
Coverage ? 80.63%
Complexity ? 1115
=========================================
Files ? 105
Lines ? 6941
Branches ? 369
=========================================
Hits ? 5597
Misses ? 1146
Partials ? 198 Continue to review full report at Codecov.
|
|
Hi Igor, |
|
Thanks for putting together the example. However that test failure is expected. This is because, lexicographically, |
|
Is there a way to construct the end range in the query such that it matches any row key containing that prefix? The login| |
|
ByteStringRange has a method called If you have the inclination, I would also appreciate a PR to add a utility method |
…oogleapis#445) * chore(test): Add test to verify that query ranges work as expected * format
No description provided.