-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
api: bigquerystorageIssues related to the BigQuery Storage API.Issues related to the BigQuery Storage API.next major: breaking changethis is a change that we should wait to bundle into the next major versionthis is a change that we should wait to bundle into the next major versiontype: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
These higher-level functions seemed useful at the time of implementation, but they were not needed by google-cloud-bigquery
, pandas-gbq
, or even experimental Dask (dask/dask#3121 (comment)). Instead, only the lower-level ReadRowsPage.to_arrow
and ReadRowsPage.to_dataframe
methods were used.
Deprecating these can allow us to deprecate the passing around of read_session
fully because we won't have to worry about returning something sensible for empty streams.
Metadata
Metadata
Assignees
Labels
api: bigquerystorageIssues related to the BigQuery Storage API.Issues related to the BigQuery Storage API.next major: breaking changethis is a change that we should wait to bundle into the next major versionthis is a change that we should wait to bundle into the next major versiontype: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.