lafiona commented on code in PR #14033:
URL: https://github.com/apache/arrow/pull/14033#discussion_r996057943
##########
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:
Thank you @raulcd! I've made this change and qualified by running the sample
command from your original comment and running the affected tests in
`dev/archery/archery/docker/tests/test_docker.py`.
I've also made the changes to the documentation and qualified by performing
a sphinx build.
--
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]