blongworth opened a new issue, #40667:
URL: https://github.com/apache/arrow/issues/40667
### Describe the bug, including details regarding any error messages,
version, and platform.
After installing Arrow in R, the Arrow binary looks like it was compiled
without many features.
Arrow 14.0.2 was working before updating.
I had previously installed arrow and R via homebrew, but had switched to
installing R via `brew install --cask r` and arrow via
`install.packages("arrow")` from within R. Homebrew arrow was still installed
until yesterday, but I think R was using the binary installed with the arrow
package. Giving this background in case this is specific to something about my
setup.
System: Apple M2 Pro, Sonoma 14.4
R info:
```
R version 4.3.3 (2024-02-29) -- "Angel Food Cake"
Platform: aarch64-apple-darwin20 (64-bit)
```
`arrow::arrow_info()` output:
```
Arrow package version: 15.0.1
Capabilities:
acero TRUE
dataset FALSE
substrait FALSE
parquet FALSE
json FALSE
s3 FALSE
gcs FALSE
utf8proc FALSE
re2 FALSE
snappy FALSE
gzip FALSE
brotli FALSE
zstd FALSE
lz4 FALSE
lz4_frame FALSE
lzo FALSE
bz2 FALSE
jemalloc FALSE
mimalloc FALSE
Memory:
Allocator system
Current 0 bytes
Max 0 bytes
Runtime:
SIMD Level none
Detected SIMD Level none
Build:
C++ Library Version 15.0.1
C++ Compiler AppleClang
C++ Compiler Version 14.0.0.14000029
```
### Component(s)
R
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]