Simplify query
methods to return just QueryRowsResponse
#1400
Labels
api: bigquery
Issues related to the googleapis/nodejs-bigquery API.
next major: breaking change
this is a change that we should wait to bundle into the next major version
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
For the type returned by the query method, for historical/backward compatibility reasons, the method signature shows that it can return both a
Promise<QueryRowsResponse>
(which has 3 positional parameters) orPromise<SimpleQueryRowsResponse
(which has only 2).Ideally we should only return
QueryRowsResponse
and remove any reference to SimpleQueryRowsResponse. This is going to be a breaking change, so we should schedule this for the next major node upgrade release.The text was updated successfully, but these errors were encountered: