kapoisu opened a new issue, #46351:
URL: https://github.com/apache/arrow/issues/46351

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   According to the documentation:
   
https://github.com/apache/arrow/blob/d62a521126467a27e18be5ce9636f7890d7dc76a/docs/source/developers/continuous_integration/docker.rst?plain=1#L59-L63
   Running this command results in:
   ```
   Usage: archery docker run [OPTIONS] IMAGE [COMMAND]
   Try 'archery docker run -h' for help.
   
   Error: No such option: --dry-run
   ```
   This example should be changed to:
   ```bash
   archery docker --dry-run run conda-python
   ```
   However, there's a minor bug where a python tuple is concatenated to a list,
   
https://github.com/apache/arrow/blob/d62a521126467a27e18be5ce9636f7890d7dc76a/dev/archery/archery/docker/cli.py#L32-L39
   resulting in the following error:
   ```
   TypeError: can only concatenate list (not "tuple") to list
   ```
   I'll create a pull request to fix this.
   
   ### Component(s)
   
   Archery


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to