Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: make use of LZ4 in to_arrow / to_dataframe #579

Closed
tswast opened this issue Mar 30, 2021 · 3 comments · Fixed by #593
Closed

feat: make use of LZ4 in to_arrow / to_dataframe #579

tswast opened this issue Mar 30, 2021 · 3 comments · Fixed by #593
Assignees
Labels
api: bigquery Issues related to the googleapis/python-bigquery API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@tswast
Copy link
Contributor

tswast commented Mar 30, 2021

googleapis/python-bigquery-storage#166 adds a compression option to Arrow streams. This can greatly speed-up some workloads.

Requires pyarrow >=1.0.0.

@tswast tswast transferred this issue from googleapis/python-bigquery-storage Mar 30, 2021
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery API. label Mar 30, 2021
@tswast tswast added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. and removed api: bigquery Issues related to the googleapis/python-bigquery API. labels Mar 30, 2021
@tswast
Copy link
Contributor Author

tswast commented Mar 30, 2021

Note: since we don't want to bump the minimum google-cloud-bigquery-storage just yet, we should do a hasattr check or package version check.

@plamut plamut self-assigned this Mar 31, 2021
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery API. label Apr 7, 2021
@plamut
Copy link
Contributor

plamut commented Apr 7, 2021

BTW, this is currently blocked on the BQ Stroage release, we can't use the happy path just yet, except with a pre-release install. I can still create a draft PR, though.

@plamut
Copy link
Contributor

plamut commented Apr 8, 2021

Release done, not blocked anymore.

@plamut plamut removed the status: blocked Resolving the issue is dependent on other work. label Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants