Skip to content

Commit 5f4b169

Browse files
goutamvenkat-anyscaleelliot-barn
authored andcommitted
[Data] Update to Pyarrow 23 for CI - remaining files (#60739)
## Description These 2 files were left out of this PR: #59489 ## Related issues > Link related issues: "Fixes #1234", "Closes #1234", or "Related to #1234". ## Additional information > Optional: Add implementation details, API changes, usage examples, screenshots, etc. Signed-off-by: Goutam <goutam@anyscale.com>
1 parent 098946b commit 5f4b169

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/docker/data.build.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ARG DOCKER_IMAGE_BASE_BUILD=cr.ray.io/rayproject/oss-ci-base_ml-py3.10
44
FROM $DOCKER_IMAGE_BASE_BUILD
55

6-
ARG ARROW_VERSION=20.*
6+
ARG ARROW_VERSION=23.*
77
ARG ARROW_MONGO_VERSION=
88
ARG RAY_CI_JAVA_BUILD=
99

ci/docker/data.build.wanda.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ srcs:
1111
- python/requirements/ml/data-test-requirements.txt
1212
build_args:
1313
- DOCKER_IMAGE_BASE_BUILD=cr.ray.io/rayproject/oss-ci-base_ml-py$PYTHON
14-
- ARROW_VERSION=20.*
14+
- ARROW_VERSION=23.*
1515
tags:
1616
- cr.ray.io/rayproject/databuild-py$PYTHON

0 commit comments

Comments
 (0)