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


##########
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:
   Do we know if this is not the case sometimes? The `In general` sounds 
confusing and we might want to just say:
   ```suggestion
           If a certain component is available in Arrow C++, it will
           automatically be enabled for the PyArrow build as well. If you want
   ```



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