jorisvandenbossche commented on code in PR #43515:
URL: https://github.com/apache/arrow/pull/43515#discussion_r1700334639


##########
python/setup.py:
##########
@@ -84,6 +85,23 @@ def strtobool(val):
         raise ValueError("invalid truth value %r" % (val,))
 
 
+MSG_DEPR_SETUP_BUILD_FLAGS = """
+  !!
+
+        ***********************************************************************
+        The '{}' flag is being passed to setup.py, but this is
+        deprecated.
+
+        In general, if a certain component is available in Arrow C++, it will
+        automatically be enabled for the PyArrow build as well. If you want

Review Comment:
   Ah no, I think this is always the case. The "in general" was meant to convey 
"in general you should just rely on that fact, but if for whatever reason you 
want to overrule this there is also the env variable". But I see that the 
placement was confusing then :)



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