Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 55ff4d1

Browse files
committed
fixed read_rows
1 parent f0b8983 commit 55ff4d1

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

google/cloud/bigtable/data/_async/_read_rows.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ async def chunk_stream(
213213
raise InvalidChunk("emit count exceeds row limit")
214214
current_key = None
215215

216-
@staticmethod
217216
@CrossSync.convert(
218217
replace_symbols={"__aiter__": "__iter__", "__anext__": "__next__"},
219218
)

google/cloud/bigtable/data/_sync_autogen/_read_rows.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ def chunk_stream(
180180
raise InvalidChunk("emit count exceeds row limit")
181181
current_key = None
182182

183-
@staticmethod
184183
def merge_rows(
185184
self, chunks: CrossSync._Sync_Impl.Iterable[ReadRowsResponsePB.CellChunk] | None
186185
) -> CrossSync._Sync_Impl.Iterable[Row]:

0 commit comments

Comments
 (0)