raulcd commented on code in PR #14033:
URL: https://github.com/apache/arrow/pull/14033#discussion_r995573980
##########
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:
Your approach sounds good to me, as this name refers to the upstream
development version of the related project (pandas, dask) it makes more sense
to use a flag like `upstream_devel` instead of `master` or `main` to
differentiate this vs the `latest` release, the `nightly` build or a specific
version.
--
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]