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

docs(samples): improve queryPagination sample #992

@stephaniewang526

Description

@stephaniewang526

https://cloud.google.com/bigquery/docs/paging-results#paging_through_query_results

results.getNextPage() will return results from second page and might return NPE in some cases

We need to add update this sample to ensure:

  1. show first page of results;
  2. stop paging when we reach the last page (to avoid NPE).

https://cloud.google.com/bigquery/docs/paging-results#paging

We may want to either update this sample to get rid of iterateAll() of include comments to explain how it works with pagination.

Metadata

Metadata

Assignees

Labels

api: bigqueryIssues related to the googleapis/java-bigquery API.samplesIssues that are directly related to samples.type: docsImprovement to the documentation for an API.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions