Skip to content

CI: Fix pyarrow nightly build #54110

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 6 commits into from
Jul 14, 2023
Merged

Conversation

mroeschke
Copy link
Member

@mroeschke mroeschke commented Jul 13, 2023

EDIT: Looks like it was a stale cache issue. After deleting the cache (which the weekly job should help going forward), looks like pyarrow dev has an error

@mroeschke mroeschke added the CI Continuous Integration label Jul 13, 2023
@mroeschke mroeschke added this to the 2.1 milestone Jul 13, 2023
@mroeschke mroeschke changed the title CI: Debug npdev build CI: Debug pyarrow nightly build Jul 14, 2023
@mroeschke
Copy link
Member Author

Tracking the change in double to temporal casting in apache/arrow#36677

@mroeschke mroeschke added the Arrow pyarrow functionality label Jul 14, 2023
@mroeschke mroeschke changed the title CI: Debug pyarrow nightly build CI: Fix pyarrow nightly build Jul 14, 2023
@mroeschke mroeschke modified the milestones: 2.1, 2.0.4 Jul 14, 2023
@mroeschke
Copy link
Member Author

Tests seem to be passing and the casting workarounds seem to be the way forward with apache/arrow#36677 so merging.

@mroeschke mroeschke merged commit db27c36 into pandas-dev:main Jul 14, 2023
@mroeschke mroeschke deleted the ci/npdev/debug branch July 14, 2023 23:21
@lumberbot-app
Copy link

lumberbot-app bot commented Jul 14, 2023

Owee, I'm MrMeeseeks, Look at me.

There seem to be a conflict, please backport manually. Here are approximate instructions:

  1. Checkout backport branch and update it.
git checkout 2.0.x
git pull
  1. Cherry pick the first parent branch of the this PR on top of the older branch:
git cherry-pick -x -m1 db27c36272fc3d7ce76cfecbeaa1eac704c2644a
  1. You will likely have some merge/cherry-pick conflict here, fix them and commit:
git commit -am 'Backport PR #54110: CI: Fix pyarrow nightly build'
  1. Push to a named branch:
git push YOURFORK 2.0.x:auto-backport-of-pr-54110-on-2.0.x
  1. Create a PR against branch 2.0.x, I would have named this PR:

"Backport PR #54110 on branch 2.0.x (CI: Fix pyarrow nightly build)"

And apply the correct labels and milestones.

Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon!

Remember to remove the Still Needs Manual Backport label once the PR gets merged.

If these instructions are inaccurate, feel free to suggest an improvement.

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.

1 participant