nealrichardson commented on a change in pull request #9641: URL: https://github.com/apache/arrow/pull/9641#discussion_r589681582
########## File path: r/R/arrow-package.R ########## @@ -103,6 +104,10 @@ arrow_info <- function() { bytes_allocated = pool$bytes_allocated, max_memory = pool$max_memory, available_backends = supported_memory_backends() + ), + runtime_info = list( + simd_level = runtime_info()[1], Review comment: Don't call this function twice (though it should be cheap enough); treat it like how we treat `default_memory_pool()` above. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org