paleolimbot opened a new pull request, #12842: URL: https://github.com/apache/arrow/pull/12842
After ARROW-15818 (#12564) we get an extra message on package load because "engine" was added to `arrow_info()$capabilities` and few if any users will have this turned on for at least the next release: ```r library(arrow) #> See arrow_info() for available features ``` This PR adds "engine" to the list of features we don't message users about and clarifies the message so that it's more clear why it's being shown: ```r library(arrow) #> Some features of Arrow C++ are turned off. 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org