Skip to content

Conversation

@omatthew98
Copy link
Contributor

Why are these changes needed?

Our tests with pyarrow nightly caught a backwards incompatibility bug with a recent pyarrow change. To fix this we simply need to pass along kwargs in our as_py method as suggested by the pyarrow team here.

Related issue number

Checks

  • I've signed off every commit(by using the -s flag, i.e., git commit -s) in this PR.
  • I've run scripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed for https://docs.ray.io/en/master/.
    • I've added any new APIs to the API Reference. For example, if I added a
      method in Tune, I've added it in doc/source/tune/api/ under the
      corresponding .rst file.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
  • Testing Strategy
    • Unit tests
    • Release tests
    • This PR is not tested :(

@omatthew98 omatthew98 requested a review from aslonnie March 3, 2025 19:29
@omatthew98 omatthew98 added the go add ONLY when ready to merge, run all tests label Mar 3, 2025
@omatthew98 omatthew98 requested a review from a team March 3, 2025 20:19
@omatthew98
Copy link
Contributor Author

See passing build once skip-on-premerge was turned on in the second commit on this branch: https://buildkite.com/ray-project/premerge/builds/35815#01955db3-e16a-444f-99f8-2fc989b9376c
image

@raulchen raulchen merged commit d3ec6a0 into ray-project:master Mar 3, 2025
5 checks passed
xsuler pushed a commit to antgroup/ant-ray that referenced this pull request Mar 4, 2025
ray-project#51041)

## Why are these changes needed?
Our tests with pyarrow nightly caught a backwards incompatibility bug
with a [recent pyarrow
change](apache/arrow#45471). To fix this we
simply need to pass along kwargs in our `as_py` method as suggested by
the pyarrow team
[here](apache/arrow#45471 (comment)).


---------

Signed-off-by: Matthew Owen <[email protected]>
@omatthew98 omatthew98 mentioned this pull request Mar 4, 2025
8 tasks
aslonnie pushed a commit that referenced this pull request Mar 4, 2025
Followup to #51041, needed to add kwargs in a second method.

Signed-off-by: Matthew Owen <[email protected]>
abrarsheikh pushed a commit that referenced this pull request Mar 8, 2025
#51041)

## Why are these changes needed?
Our tests with pyarrow nightly caught a backwards incompatibility bug
with a [recent pyarrow
change](apache/arrow#45471). To fix this we
simply need to pass along kwargs in our `as_py` method as suggested by
the pyarrow team
[here](apache/arrow#45471 (comment)).

---------

Signed-off-by: Matthew Owen <[email protected]>
Signed-off-by: Abrar Sheikh <[email protected]>
abrarsheikh pushed a commit that referenced this pull request Mar 8, 2025
Followup to #51041, needed to add kwargs in a second method.

Signed-off-by: Matthew Owen <[email protected]>
Signed-off-by: Abrar Sheikh <[email protected]>
park12sj pushed a commit to park12sj/ray that referenced this pull request Mar 18, 2025
ray-project#51041)

## Why are these changes needed?
Our tests with pyarrow nightly caught a backwards incompatibility bug
with a [recent pyarrow
change](apache/arrow#45471). To fix this we
simply need to pass along kwargs in our `as_py` method as suggested by
the pyarrow team
[here](apache/arrow#45471 (comment)).


---------

Signed-off-by: Matthew Owen <[email protected]>
park12sj pushed a commit to park12sj/ray that referenced this pull request Mar 18, 2025
Followup to ray-project#51041, needed to add kwargs in a second method.

Signed-off-by: Matthew Owen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-backlog go add ONLY when ready to merge, run all tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants