Alex-PLACET commented on code in PR #46530:
URL: https://github.com/apache/arrow/pull/46530#discussion_r2111239178
##########
dev/archery/archery/cli.py:
##########
@@ -745,6 +745,30 @@ def _set_default(opt, default):
@click.option('--with-rust', type=bool, default=False,
help='Include Rust in integration tests',
envvar="ARCHERY_INTEGRATION_WITH_RUST")
[email protected]('--with-external-library', type=click.Path(exists=True,
file_okay=False, dir_okay=True, executable=False),
+ help='Include external library in integration tests',
+ envvar="ARCHERY_INTEGRATION_WITH_EXTERNAL_LIBRARY")
[email protected]('--external-library-IPC-producer', type=bool, default=False,
Review Comment:
Ok fixed
##########
dev/archery/archery/cli.py:
##########
@@ -745,6 +745,30 @@ def _set_default(opt, default):
@click.option('--with-rust', type=bool, default=False,
help='Include Rust in integration tests',
envvar="ARCHERY_INTEGRATION_WITH_RUST")
[email protected]('--with-external-library', type=click.Path(exists=True,
file_okay=False, dir_okay=True, executable=False),
+ help='Include external library in integration tests',
+ envvar="ARCHERY_INTEGRATION_WITH_EXTERNAL_LIBRARY")
[email protected]('--external-library-IPC-producer', type=bool, default=False,
+ help='Set external library as supporting producing IPC in
integration tests',
+ envvar="ARCHERY_INTEGRATION_EXTERNAL_LIBRARY_IPC_PRODUCER")
[email protected]('--external-library-IPC-consumer', type=bool, default=False,
Review Comment:
Ok fixed
--
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]