This repository was archived by the owner on Mar 6, 2026. It is now read-only.
chore(python): removes a filter put in place due to a dependency issue with pyarrow#2338
Merged
chalmerlowe merged 5 commits intomainfrom Nov 26, 2025
Merged
Conversation
…for failing testJ
…for failing test redux
chalmerlowe
commented
Nov 25, 2025
gkevinzheng
approved these changes
Nov 26, 2025
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Due to an issue with
pyarrow, a significant dependency for certain python-bigquery use cases, not being compatible with Python 3.14, we temporarily skipped the failing CI/CD check for 3.14 while awaiting the update to pyarrow. Pyarrow is now fully compatible, so that filter is being removed.KNOWN ISSUES: this will show that unittests for 3.14 are failing. This has nothing to do with this PR/these changes. It is being addressed in an alternate mod. It is due to a missing dependency related to handling IO for
geopandas(namely it is missinglibgdal-dev, etc which are normally installed withpyogrio+geopandas). Becausepyogriois currently not compatible with Python 3.14 the tests in 3.14 cannot complete.This should not prevent this PR from being merged to help solve the current issue, which is a blocker for getting our continuous tests to green.