kou commented on code in PR #44177:
URL: https://github.com/apache/arrow/pull/44177#discussion_r1769483295


##########
dev/archery/archery/cli.py:
##########
@@ -772,6 +772,64 @@ def _set_default(opt, default):
               help=("Substring for test names to include in run, "
                     "e.g. -k primitive"))
 def integration(with_all=False, random_seed=12345, **args):
+    """If you don't specify the "--target-implementations" option nor

Review Comment:
   We can use `click.command(help)` or docstring to show command explanation 
for `archery integration --help`.
   I use docstring for it.



##########
dev/archery/archery/cli.py:
##########
@@ -772,6 +772,64 @@ def _set_default(opt, default):
               help=("Substring for test names to include in run, "
                     "e.g. -k primitive"))
 def integration(with_all=False, random_seed=12345, **args):
+    """If you don't specify the "--target-implementations" option nor
+    the "ARCHERY_INTEGRATION_TARGET_IMPLEMENTATIONS" environment
+    variable, test patterns are product of all specified
+    implementations and all specified implementations.
+
+    If "--with-cpp", "--with-java" and "--with-rust" are specified,
+    the following patterns are tested:
+
+    \b

Review Comment:
   This is for preventing rewrapping by click: 
https://click.palletsprojects.com/en/8.1.x/documentation/#preventing-rewrapping



-- 
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]

Reply via email to