Skip to content

Support recent PyArrow versions #478

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

Closed
willsthompson opened this issue Aug 10, 2022 · 1 comment · Fixed by #479
Closed

Support recent PyArrow versions #478

willsthompson opened this issue Aug 10, 2022 · 1 comment · Fixed by #479
Labels
api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API.

Comments

@willsthompson
Copy link
Contributor

Is your feature request related to a problem? Please describe.

This package's pyarrow requirement is effectively pinned to 6.0.1, which was released almost 9 months ago. This is preventing us from upgrading to new versions of other packages requiring more recent versions of pyarrow. e.g. the latest snowflake-connector-python requires pyarrow 8.

Describe the solution you'd like

Bump your pyarrow requirement to support as many and as recent versions as possible.

Describe alternatives you've considered

Right now we're waiting to upgrade packages with conflicting pyarrow dependencies, but we're considering pinning pyarrow to a newer version and testing to see if this package still works (for our implementation, at least)

@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API. label Aug 10, 2022
@woidda
Copy link

woidda commented Sep 7, 2022

See also the discussion here #385

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-sqlalchemy API.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants