Skip to content

BigTable: google-cloud-bigtable 0.30.0 throws InvalidChunk error while iterating through a large collection #5876

@xEcEz

Description

@xEcEz

Python version: 3.6.3
google-cloud-bigtable 0.30.0

After switching to 0.30.0 and adapting my code to use the newly integrated iter function of PartialRowsData, I can't iterate through a large collection without the InvalidChunk error being thrown.

Sample code:

rows = table.read_rows()
for r in row:
...

Metadata

Metadata

Assignees

Labels

api: bigtableIssues related to the Bigtable API.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.status: investigatingThe issue is under investigation, which is determined to be non-trivial.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions