nealrichardson commented on pull request #9170:
URL: https://github.com/apache/arrow/pull/9170#issuecomment-759128887
I added a print method for arrow info. It looks something like this:
```
> arrow_info()
Arrow package version: 2.0.0.9000
Capabilities:
s3 TRUE
snappy TRUE
gzip TRUE
brotli TRUE
zstd TRUE
lz4 TRUE
lz4_frame TRUE
lzo FALSE
bz2 TRUE
jemalloc TRUE
mimalloc FALSE
Memory:
Allocator jemalloc
Current 0 bytes
Max -855217280 bytes
```
The trouble is that when memory allocated is >2gb, it overflows an integer
in the `int64_t` to `SEXP` conversion
(https://github.com/r-lib/cpp11/issues/145). I'll see if I can work around that
somehow.
----------------------------------------------------------------
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:
[email protected]