Skip to content

Commit b3bc435

Browse files
garyelandrito
authored andcommitted
Add sentence about row ordering (googleapis#3504)
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.
1 parent c0e8745 commit b3bc435

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bigtable/google/cloud/bigtable/row_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def consume_next(self):
256256
"""Consume the next ``ReadRowsResponse`` from the stream.
257257
258258
Parse the response and its chunks into a new/existing row in
259-
:attr:`_rows`
259+
:attr:`_rows`. Rows are returned in order by row key.
260260
"""
261261
response = six.next(self._response_iterator)
262262
self._counter += 1

0 commit comments

Comments
 (0)