Job#getQueryResultsStream
fails when passed a startIndex
#1099
Labels
api: bigquery
Issues related to the googleapis/nodejs-bigquery API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Environment details
@google-cloud/bigquery
version: latestSteps to reproduce
startIndex
toJob#getQueryResultsStream
When using a page token, you cannot specify an arbitrary startIndex
It seems this is simply because
startIndex
should be used on the first fetch, and then discarded once page tokens can be used for the next query.The text was updated successfully, but these errors were encountered: