amoeba commented on issue #46950: URL: https://github.com/apache/arrow/issues/46950#issuecomment-3092537702
I wonder if maybe this GCS got turned off on accident? This code looks suspect: https://github.com/apache/arrow/blob/a759d903183b8bd4060677154b15a0c61656d372/r/tools/nixlibs.R#L879. Should it be this? ```r env_var_list <- replace(env_var_list, "ARROW_GCS", ifelse(arrow_gcs, "ON", "OFF")) ``` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org