Skip to content

Conversation

@chemelnucfin
Copy link
Contributor

No description provided.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 11, 2017
snapshot = session.snapshot(read_timestamp=committed, multi_use=True)
all_data_rows = list(self._row_data(ROW_COUNT))

single_key = KeyRange(start_closed=[START], end_open=[START+1])

This comment was marked as spam.

This comment was marked as spam.

@chemelnucfin chemelnucfin force-pushed the spanner_range_single_key branch from 2267fb6 to 6671ac2 Compare December 11, 2017 21:24
Copy link
Contributor

@dhermes dhermes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM other than my nit.

It seems you might want to put the newly added case in a separate method on the unittest.TestCase subclass, but it sort of belongs where you put it, so I don't feel strongly.

rows = list(snapshot.read(
self.TABLE, self.COLUMNS, keyset))
expected = all_data_rows[START:END+1]
expected = all_data_rows[START : END+1]

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@chemelnucfin chemelnucfin merged commit 509ac16 into googleapis:master Dec 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants