Uh oh!
There was an error while loading. Please reload this page.
Spanner: Range read with keys and index - #4411
Merged
chemelnucfin merged 1 commit intoDec 13, 2017
Merged
Conversation
19 tasks
chemelnucfinforce-pushed
the
spanner_multiple_ranges
branch
2 times, most recently
from
November 17, 2017 21:47
a0af2c5 to
dca734fComparetseaver
reviewed
Dec 4, 2017
| name STRING(16), | ||
| tags ARRAY<STRING(16)> ) | ||
| PRIMARY KEY (id); | ||
| CREATE INDEX name ON contacts(first_name, last_name); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
tseaver
reviewed
Dec 4, 2017
| limit=limit) | ||
| ) | ||
| expected = data[indices[index][0]:indices[index][1]] | ||
| self.assertEqual(rows, expected[:limit]) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
chemelnucfinforce-pushed
the
spanner_multiple_ranges
branch
from
December 4, 2017 21:43
917ca05 to
6d3918cComparechemelnucfinforce-pushed
the
spanner_multiple_ranges
branch
from
December 4, 2017 23:24
6d3918c to
0d03b1bComparechemelnucfin
commented
Dec 5, 2017
ContributorAuthor
@tseaver PTAL thanks. |
tseaver
approved these changes
Dec 13, 2017
parthea pushed a commit
that referenced
this pull request
Mar 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For some reason, a similar code wasn't working for me the other day and failed with:
_Rendezvous: <_Rendezvous of RPC that terminated with (StatusCode.UNAVAILABLE, Endpoint read failed)>
But it now works.