thisisnic opened a new issue, #50295: URL: https://github.com/apache/arrow/issues/50295
`vector_select_k.cc:20` includes `<ranges>`, which is not available on the macOS CRAN toolchain or emscripten: https://github.com/apache/arrow/blob/d0919579cb/cpp/src/arrow/compute/kernels/vector_select_k.cc#L20 ``` /Users/runner/work/crossbow/crossbow/arrow/cpp/src/arrow/compute/kernels/vector_select_k.cc:20:10: fatal error: 'ranges' file not found 20 | #include <ranges> | ^~~~~~~~ 1 error generated. ``` From `test-r-macos-as-cran` nightly run: https://github.com/ursacomputing/crossbow/actions/runs/28413608596 Also failing on `test-r-wasm`: https://github.com/ursacomputing/crossbow/actions/runs/28413609309 Introduced in PR #46926 (merged Jun 22). Breaking `test-r-macos-as-cran` and `test-r-wasm` nightlies since June 23. -- 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]
