Skip to content

Revert "fix: table iterator should not use bqstorage when page_size is not None (#2154)" #2191

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 19, 2025

Conversation

chelsea-lin
Copy link
Contributor

@chelsea-lin chelsea-lin commented May 19, 2025

Fixes internal issue 418814848πŸ¦•

reverts changes introduced by #2154

@chelsea-lin chelsea-lin requested a review from tswast May 19, 2025 21:15
@chelsea-lin chelsea-lin requested review from a team as code owners May 19, 2025 21:15
@product-auto-label product-auto-label bot added the size: s Pull request size is small. label May 19, 2025
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery API. label May 19, 2025
@shollyman shollyman requested a review from Linchin May 19, 2025 22:04
@Linchin
Copy link
Contributor

Linchin commented May 19, 2025

Will merge after we confirm the action plan

@Linchin Linchin merged commit 06ee3df into main May 19, 2025
25 checks passed
@Linchin Linchin deleted the main_chelsealin_revertpagesize branch May 19, 2025 23:02
Comment on lines -1900 to -1904
@property
def page_size(self) -> Optional[int]:
"""The maximum number of rows in each page of results from this request, if present."""
return self._page_size

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would technically be a breaking change, but maybe it's OK since this property was only present in one version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery API. size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants