-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI: ensure proper coverage of different pyarrow versions #30039
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
Conversation
Currently, pyarrow is included in the following builds:
The reason for this is that pyarrow is only at 0.13 on the default Anaconda channel. So for a more recent version, we will need one of our builds to use conda-forge. We should also test the oldest supported version (0.12.0), this I added to |
OK, the build using conda-forge to have pyarrow 0.15 seems to work. The build with the minimum of 0.12 seems to be using arrow-cpp / pyarrow from conda-forge, because 0.12 is not available on the default channel (I think only 0.9 and 0.13). I am not sure this mixing of channels will work out, but it seems to go fine (although I can't check the tests actually run and are not skipped due to an import error, since the printing of skipped tests is not working anymore -> #30040) |
thanks @jorisvandenbossche |
Closes #29223, closes #26716