Skip to content

Commit

Permalink
Add sentence about row ordering (googleapis#3504)
Browse files Browse the repository at this point in the history
I'm not sure if this is the best place for this, but we want to make sure it's documented that rows are returned in row key order.
  • Loading branch information
garye authored and landrito committed Aug 22, 2017
1 parent da2c11f commit f1c4e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigtable/google/cloud/bigtable/row_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def consume_next(self):
"""Consume the next ``ReadRowsResponse`` from the stream.
Parse the response and its chunks into a new/existing row in
:attr:`_rows`
:attr:`_rows`. Rows are returned in order by row key.
"""
response = six.next(self._response_iterator)
self._counter += 1
Expand Down

0 comments on commit f1c4e81

Please sign in to comment.