amoeba commented on issue #40991: URL: https://github.com/apache/arrow/issues/40991#issuecomment-2035904407
Hi @rafapereirabr, thanks for the report. The latest version of the arrow R package (15.0.1) has an issue just on macOS (at least Arm, not sure about Intel but maybe not) where it's missing most of its features, including Parquet. See https://github.com/apache/arrow/issues/40667. `arrow_info()` can be run to show the set of features enabled in any version of the package and I expect on any of the systems where you can't run that snippet, you'll see "parquet FALSE" under the Capabilities section in the output. I think your options right now are: - Wait for 16.0.0, no clear timeline yet, sorry - Install arrow from source where needed (e.g., add 'Remotes' to your DESCRIPTION file with `apache/arrow/[email protected]`, or use install.packages("arrow", type = "source") - Install arrow from https://apache.r-universe.dev/arrow. Those binaries all have the regular set of features enabled. Would any of those options work for you here? -- 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]
