-
Notifications
You must be signed in to change notification settings - Fork 308
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
deps!: BigQuery Storage and pyarrow are required dependencies #776
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
ba49697
process: make BQ Storage and pyarrow required
plamut 2c79152
Make pyarrow required in _pandas_helpers.py
plamut 137ae92
Make pyarrow required in client.py
plamut 42c9606
Make pyarrow required in table.py
plamut 5ae720d
Make pyarrow required in job/query.py
plamut ede0313
Make pyarrow required in DBAPI tests
plamut ce7f93d
Make pyarrow required in snippets tests
plamut 3f7c456
Make BQ storage required in client.py
plamut ed412c0
Make BQ storage required in table.py
plamut ef905c2
Make BQ storage required in DB API tests
plamut 9c106f3
Make BQ storage required in magics.py
plamut 5438239
Make BQ storage required in test__helpers.py
plamut cfcc2d3
Make BQ storage required in test__pandas_helpers.py
plamut 86c4533
Make BQ storage required in test_query_pandas.py
plamut 560ccd6
Make method signatures compatible again
plamut e658d5a
Remove checks for minimum BQ Storage version
plamut 777b850
Merge branch 'master' into iss-757
plamut 70572d8
Remove LegacyBigQueryStorageError
plamut be5cf32
Bump minimum pyarrow version to 3.0.0
plamut 7960729
Remove unneeded pytest.importorskip for BQ Storage
plamut b5475d5
Merge branch 'master' into iss-757
plamut c0b810b
Remove pyarrow version checks in pandas helpers tests
plamut 8d127cf
Conditionally skip pandas tests where needed
plamut e47f1bd
Remove unneeded conditional pyarrow version paths
plamut 427665e
Cover schema autodetect failed code path in test
plamut 820b092
Merge branch 'master' into iss-757
tswast c4315ce
fix bad merge
tswast File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This warning was removed because the just-fixed bug will not come into play once we require
pyarrow > 3.0.0
.