Skip to content

Enable windows arrow pipeline tests if pyarrow>=22.0.0#2740

Merged
IvoDD merged 1 commit intomasterfrom
upgrade-pyarrow-to-22
Nov 3, 2025
Merged

Enable windows arrow pipeline tests if pyarrow>=22.0.0#2740
IvoDD merged 1 commit intomasterfrom
upgrade-pyarrow-to-22

Conversation

@IvoDD
Copy link
Copy Markdown
Collaborator

@IvoDD IvoDD commented Oct 30, 2025

Reference Issues/PRs

Monday ref: 18231275198

What does this implement or fix?

pyarrow==22.0.0 fixes issue with null calculations on windows.

Now recent python builds >=3.10 get the latest pyarrow by default. This PR tweaks the skipping to allow windows pipeline tests to run with newer pyarrow on windows.

Any other comments?

Checklist

Checklist for code changes...
  • Have you updated the relevant docstrings, documentation and copyright notice?
  • Is this contribution tested against all ArcticDB's features?
  • Do all exceptions introduced raise appropriate error messages?
  • Are API changes highlighted in the PR description?
  • Is the PR labelled as enhancement or bug so it appears in autogenerated release notes?

@IvoDD IvoDD added patch Small change, should increase patch version no-release-notes This PR shouldn't be added to release notes. labels Oct 30, 2025
@IvoDD IvoDD force-pushed the upgrade-pyarrow-to-22 branch from 89fb2e9 to 1f0a09b Compare October 30, 2025 14:09
`pyarrow==22.0.0` fixes issue with null calculations on windows allowing
running arrow pipeline tests on windows.
@IvoDD IvoDD force-pushed the upgrade-pyarrow-to-22 branch from 1f0a09b to a0049f8 Compare October 30, 2025 14:13
@IvoDD IvoDD changed the title Upgrade pyarrow to 22.0.0 for tests and enable windows pipeline tests Enable windows arrow pipeline tests if pyarrow>=22.0.0 Oct 30, 2025
@IvoDD IvoDD merged commit 093c86f into master Nov 3, 2025
145 of 146 checks passed
@IvoDD IvoDD deleted the upgrade-pyarrow-to-22 branch November 3, 2025 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-release-notes This PR shouldn't be added to release notes. patch Small change, should increase patch version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[C++][Python] pa.compute.fill_null produces unexpected result in arrow 21 on windows

3 participants