You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/08 18:46:40 UTC

[GitHub] [arrow] jonkeane commented on a diff in pull request #12842: ARROW-16156: [R] Clarify warning message for features not turned on in .onAttach()

jonkeane commented on code in PR #12842:
URL: https://github.com/apache/arrow/pull/12842#discussion_r846392949


##########
r/R/arrow-package.R:
##########
@@ -107,7 +107,12 @@
       #
       # Let's print a message if some are off
       if (some_features_are_off(features)) {
-        packageStartupMessage("See arrow_info() for available features")
+        packageStartupMessage(
+          paste(
+            "Some features of Arrow C++ are turned off.",
+            "Run `arrow_info()` for more information."

Review Comment:
   ```suggestion
               "Some features are not enabled in this build of Arrow.",
               "Run `arrow_info()` for more information."
   ```



-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org