Skip to content

CI: Failures due to pyarrow 0.11 in Travis 37 Locale Build #35813

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
alimcmaster1 opened this issue Aug 19, 2020 · 2 comments · Fixed by #35828
Closed

CI: Failures due to pyarrow 0.11 in Travis 37 Locale Build #35813

alimcmaster1 opened this issue Aug 19, 2020 · 2 comments · Fixed by #35828
Labels
CI Continuous Integration
Milestone

Comments

@alimcmaster1
Copy link
Member

Looks like recently the Travis 37 Locale Build has started picking up pyarrow 0.11.1

https://travis-ci.org/github/pandas-dev/pandas/jobs/719430999
pyarrow 0.11.1 py37he6710b0_0

This causes the pyarrow tests to run which seem to be failing.

Previously no pyarrow in env: https://travis-ci.org/github/pandas-dev/pandas/jobs/719138849 (passing build)

Feels like one of our deps has started to depend to pyarrow.

@alimcmaster1 alimcmaster1 added Bug Needs Triage Issue that has not been reviewed by a pandas team member CI Continuous Integration and removed Bug Needs Triage Issue that has not been reviewed by a pandas team member labels Aug 19, 2020
@jorisvandenbossche
Copy link
Member

It's this one? -> https://github.com/pandas-dev/pandas/blob/master/ci/deps/travis-37-locale.yaml (I don't directly see something in it that would depend on Arrow)

@jorisvandenbossche
Copy link
Member

Comparing the output of conda list for the working vs failing build, it's google-bigquery client that changed, and indeed that now depends on arrow: https://github.com/conda-forge/google-cloud-bigquery-feedstock/blob/master/recipe/meta.yaml
(there seems to be a google-cloud-bigquery-core package that doesn't depend on pyarrow, though)

But the question is also, why does it install such an old version of pyarrow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants