Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Conversation

@sumit-ql
Copy link
Contributor

  1. Updated scan method to use row set
  2. Updated rows() method to use read_rows() instead of yield_rows().

row_set.add_row_range(RowRange(row_start, row_stop))

def mock_get_row_set_object(*args):
return row_set

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@tseaver
Copy link
Contributor

tseaver commented Sep 19, 2018

@sumit-ql the test failure appears to be inaccessible due to the move of this repo from GoogleCloudPlatform to googleapis. I think we wil get the link back when you push again.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 20, 2018

row_set = self._callFUT(start_key, end_key)
self.assertIsInstance(row_set, RowSet)

This comment was marked as spam.

"""Return a RowSet object for the given row_start and row_stop
"""
row_set = RowSet()
row_set.add_row_range(RowRange(row_start, row_stop))

This comment was marked as spam.

This comment was marked as spam.

@tseaver tseaver merged commit 24de0cb into googleapis:master Sep 21, 2018
@tseaver tseaver mentioned this pull request Sep 21, 2018
@sumit-ql sumit-ql deleted the update_scan_method_to_use_RowSet branch October 18, 2018 14:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants