Skip to content

CI: Test various Pyarrow version on Linux #46059

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

Merged
merged 10 commits into from
Feb 21, 2022

Conversation

mroeschke
Copy link
Member

@mroeschke mroeschke commented Feb 18, 2022

As discovered in #46014, pyarrow v2 seems to cause timeouts in read_csv (mamba resolves to v2 but conda resolves to v6 when pyarrow is unpinned, interestingly) so skipping that version.

@mroeschke mroeschke added Arrow pyarrow functionality CI Continuous Integration labels Feb 18, 2022
@phofl
Copy link
Member

phofl commented Feb 18, 2022

Locally, I am also getting the timeouts with v3, but have not investigated this

@mroeschke mroeschke added this to the 1.4.2 milestone Feb 19, 2022
Copy link
Member

@simonjayhawkins simonjayhawkins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @mroeschke lgtm

@mroeschke mroeschke merged commit ea0184e into pandas-dev:main Feb 21, 2022
@mroeschke mroeschke deleted the ci/matrix_pyarrow branch February 21, 2022 17:18
@mroeschke
Copy link
Member Author

Thanks. Should hopefully get us to a more consistent green state.

@lumberbot-app

This comment was marked as resolved.

mroeschke added a commit to mroeschke/pandas that referenced this pull request Feb 21, 2022
* CI: Test various Pyarrow version on Linux

* Ignore 3 and use conda

* use conda install

* fix concurrency group

* Don't update misc dependencies

* Adjust gbq test

* expand on comment
yehoshuadimarsky pushed a commit to yehoshuadimarsky/pandas that referenced this pull request Jul 13, 2022
* CI: Test various Pyarrow version on Linux

* Ignore 3 and use conda

* use conda install

* fix concurrency group

* Don't update misc dependencies

* Adjust gbq test

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

Successfully merging this pull request may close these issues.

CI: Use matrix parameters to test multiple version of pyarrow instead of pinning
3 participants