raulcd opened a new issue, #51467: URL: https://github.com/apache/arrow/issues/51467
### Describe the bug, including details regarding any error messages, version, and platform. The following CI jobs: - [test-r-linux-as-cran](https://github.com/ursacomputing/crossbow/actions/runs/35804155505/job/107001045560) - [test-r-macos-as-cran](https://github.com/ursacomputing/crossbow/actions/runs/35804144934/job/107001010915) Have started failing with: ``` [ 95%] Building CXX object src/arrow/CMakeFiles/arrow_compute_objlib.dir/compute/kernels/vector_search_sorted.cc.o /Users/runner/work/crossbow/crossbow/arrow/cpp/src/arrow/compute/kernels/vector_search_sorted.cc:23:10: fatal error: 'ranges' file not found 23 | #include <ranges> | ^~~~~~~~ 1 error generated. ``` This was introduced in: - https://github.com/apache/arrow/pull/49679 ### Component(s) Continuous Integration, C++, 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]
