dianaclarke commented on a change in pull request #11766: URL: https://github.com/apache/arrow/pull/11766#discussion_r756288946
########## File path: dev/archery/archery/cli.py ########## @@ -353,7 +353,7 @@ def check_language(ctx, param, value): is_flag=True, help="Preserve workspace for investigation."), click.option("--output", metavar="<output>", - type=click.File("w", encoding="utf8"), default="-", Review comment: New to me: > Files can be opened for reading or writing. The special value ``-`` indicates stdin or stdout depending on the mode. https://github.com/pallets/click/blob/0c85d80b07742b9f9ed4d583d694c37fce1d1292/src/click/types.py#L635 -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org