- Notifications
You must be signed in to change notification settings - Fork1.6k
BigQuery: Add support for BigQuery Storage API Arrow format into_dataframe andto_arrow.#8551
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
tswast commentedJul 1, 2019
Added the |
tswast commentedJul 3, 2019
Once#8609 goes in, I'll aim to rebase this on top of that change, providing a fast version of |
tswast commentedJul 8, 2019
|
to_dataframe andto_arrow.tswast commentedJul 11, 2019
Let's wait for#8644 to be merged and released to PyPI before merging this one. |
…leased"This reverts commit5a5edd5.
…n using BigQuery Storage API. (#8551)* Use Arrow format in client.list_rows(..).to_dataframe(..) with BQ Storage client* Add system test for arrow wire format.* Add system test for to_arrow.* Exclude bad pyarrow release.
…n using BigQuery Storage API. (#8551)* Use Arrow format in client.list_rows(..).to_dataframe(..) with BQ Storage client* Add system test for arrow wire format.* Add system test for to_arrow.* Exclude bad pyarrow release.
_StreamParserabstract, and breaks it into two implementations: one for arrow and one for avro. The implementation is selected is based on the schema set in theReadSession.client.list_rows(table).to_dataframe(bq_storage_client)