Skip to content

Commit 95d41f6

Browse files
[Data] Bumped latest PA version to 20.0 (ray-project#54123)
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. --> <!-- Please add a reviewer to the assignee section when you create a PR. If you don't have the access to it, we will shortly find a reviewer and assign them to your PR. --> ## Why are these changes needed? Bumping latest Pyarrow version to 20.0 from 19.0 ## Related issue number <!-- For example: "Closes ray-project#1234" --> ## 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 :( Signed-off-by: Alexey Kudinkin <ak@anyscale.com>
1 parent 593a56e commit 95d41f6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.buildkite/data.rayci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ steps:
5252
--only-tags data_non_parallel
5353
depends_on: data9build
5454

55-
- label: ":database: data: arrow v19 tests"
55+
- label: ":database: data: arrow v20 tests"
5656
tags:
5757
- python
5858
- data
@@ -66,7 +66,7 @@ steps:
6666
--except-tags data_integration,doctest,data_non_parallel
6767
depends_on: datalbuild
6868

69-
- label: ":database: data: arrow v19 tests (data_non_parallel)"
69+
- label: ":database: data: arrow v20 tests (data_non_parallel)"
7070
tags:
7171
- python
7272
- data
@@ -78,7 +78,7 @@ steps:
7878
--only-tags data_non_parallel
7979
depends_on: datalbuild
8080

81-
- label: ":database: data: arrow v19 {{matrix.python}} tests ({{matrix.worker_id}})"
81+
- label: ":database: data: arrow v20 {{matrix.python}} tests ({{matrix.worker_id}})"
8282
key: datal_python_tests
8383
if: build.pull_request.labels includes "continuous-build" || pipeline.id == "0189e759-8c96-4302-b6b5-b4274406bf89" || pipeline.id == "018f4f1e-1b73-4906-9802-92422e3badaa"
8484
tags:
@@ -95,7 +95,7 @@ steps:
9595
python: ["3.12"]
9696
worker_id: ["0", "1"]
9797

98-
- label: ":database: data: arrow v19 {{matrix.python}} tests (data_non_parallel)"
98+
- label: ":database: data: arrow v20 {{matrix.python}} tests (data_non_parallel)"
9999
key: datal_python_non_parallel_tests
100100
if: build.pull_request.labels includes "continuous-build" || pipeline.id == "0189e759-8c96-4302-b6b5-b4274406bf89" || pipeline.id == "018f4f1e-1b73-4906-9802-92422e3badaa"
101101
tags:

ci/docker/datal.build.wanda.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ srcs:
1010
- python/requirements/ml/data-requirements.txt
1111
- python/requirements/ml/data-test-requirements.txt
1212
build_args:
13-
- ARROW_VERSION=19.*
13+
- ARROW_VERSION=20.*
1414
tags:
1515
- cr.ray.io/rayproject/datalbuild

0 commit comments

Comments
 (0)