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

refactor: unused attribute in StreamedResultSet() class #110

@IlyaFaer

Description

@IlyaFaer

While studying StreamedResultSet() class it came to my attention that it includes _counter attribute which is never actually used (not event in unit tests). As it's protected, it seems to be intended for object internal use, not for users (users probably can just take len() or count results by themselves if they need).

Proposing to erase the property.

/cc @larkee for approval

Metadata

Metadata

Assignees

Labels

api: spannerIssues related to the googleapis/python-spanner API.priority: p2Moderately-important priority. Fix may not be included in next release.type: cleanupAn internal cleanup or hygiene concern.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions