raulcd commented on code in PR #14033:
URL: https://github.com/apache/arrow/pull/14033#discussion_r999247117
##########
dev/archery/archery/docker/tests/test_docker.py:
##########
@@ -252,12 +252,12 @@ def
test_arrow_example_validation_passes(arrow_compose_path):
def test_compose_default_params_and_env(arrow_compose_path):
compose = DockerCompose(arrow_compose_path, params=dict(
UBUNTU='18.04',
- DASK='master'
+ DASK='main'
Review Comment:
sorry for the late reply. We also have to update the `tasks.yml` definition
to make crossbow run the correct task versions, updating `master` for
`upstream_devel` on the following:
https://github.com/apache/arrow/blob/master/dev/tasks/tasks.yml#L1495
and
https://github.com/apache/arrow/blob/master/dev/tasks/tasks.yml#L1515
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]