nealrichardson commented on a change in pull request #9641: URL: https://github.com/apache/arrow/pull/9641#discussion_r589709323
########## File path: r/R/arrow-package.R ########## @@ -141,6 +147,10 @@ print.arrow_info <- function(x, ...) { Current = format_bytes(x$memory_pool$bytes_allocated, ...), Max = format_bytes(x$memory_pool$max_memory, ...) )) + print_key_values("Runtime", c( + `SIMD Level` = x$runtime_info$simd_level, + `Detected SIMD Level` = x$runtime_info$simd_level Review comment: These two lines shouldn't be the same ---------------------------------------------------------------- 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