You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kou (via GitHub)" <gi...@apache.org> on 2023/04/20 12:49:28 UTC

[GitHub] [arrow] kou opened a new pull request, #35253: GH-35252: [C++] Use FindGTestAlt.cmake by ArrowTesting

kou opened a new pull request, #35253:
URL: https://github.com/apache/arrow/pull/35253

   ### Rationale for this change
   
   `find_package(Arrow)` is failed when a project doesn't set `CMAKE_CXX_STANDARD`.
   
   ### What changes are included in this PR?
   
   * `find_package(Arrow)` doesn't need to use `FindGTestAlt.cmake`. `find_package(ArrowTesting)` needs it.
   * `FindGTestAlt.cmake` doesn't need to run availability check when it's called from `find_package(ArrowTesting)`. Because it's already done when Apache Arrow C++ is built.
   
   ### Are these changes tested?
   
   Yes.
   
   ### Are there any user-facing changes?
   
   Yes.


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou merged pull request #35253: GH-35252: [C++] Use FindGTestAlt.cmake by ArrowTesting

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou merged PR #35253:
URL: https://github.com/apache/arrow/pull/35253


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] github-actions[bot] commented on pull request #35253: GH-35252: [C++] Use FindGTestAlt.cmake by ArrowTesting

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #35253:
URL: https://github.com/apache/arrow/pull/35253#issuecomment-1516270906

   * Closes: #35252


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] ursabot commented on pull request #35253: GH-35252: [C++] Use FindGTestAlt.cmake by ArrowTesting

Posted by "ursabot (via GitHub)" <gi...@apache.org>.
ursabot commented on PR #35253:
URL: https://github.com/apache/arrow/pull/35253#issuecomment-1518734258

   Benchmark runs are scheduled for baseline = 27066c1f9f6042748ec111df2bf6d8795c3d7d9a and contender = 388f3a88c64750b3db77c5ca044ceae750e8db85. 388f3a88c64750b3db77c5ca044ceae750e8db85 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Finished :arrow_down:0.0% :arrow_up:0.0%] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/dbb4a259cbab45c28dbedb35f8dac91b...9a2f0cc686514f6ead6ba95b5ad47ea5/)
   [Failed] [test-mac-arm](https://conbench.ursa.dev/compare/runs/2711ee62f1b946a888514e79726cf8fe...226fb54518834ce9ad1baf2e75449548/)
   [Finished :arrow_down:1.53% :arrow_up:0.0%] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/10ba67c2c8d34a30bcccbb4881389ac5...f3b7cddb84a144a195cb510f2b6a8b99/)
   [Finished :arrow_down:0.24% :arrow_up:0.0%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/e646e27960f04516933f3f80475ae68e...ab01c97a2cae4fa1b572472a67763766/)
   Buildkite builds:
   [Finished] [`388f3a88` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/2763)
   [Failed] [`388f3a88` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/2797)
   [Finished] [`388f3a88` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/2761)
   [Finished] [`388f3a88` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/2788)
   [Finished] [`27066c1f` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/2762)
   [Failed] [`27066c1f` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/2796)
   [Finished] [`27066c1f` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/2760)
   [Finished] [`27066c1f` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/2787)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
   test-mac-arm: Supported benchmark langs: C++, Python, R
   ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
   ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java
   


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] github-actions[bot] commented on pull request #35253: GH-35252: [C++] Use FindGTestAlt.cmake by ArrowTesting

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #35253:
URL: https://github.com/apache/arrow/pull/35253#issuecomment-1516295994

   Revision: 0747affec8478f82e503e1cc636eafdcb8261da3
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-5ebab305ff](https://github.com/ursacomputing/crossbow/branches/all?query=actions-5ebab305ff)
   
   |Task|Status|
   |----|------|
   |almalinux-8-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-almalinux-8-amd64)](https://github.com/ursacomputing/crossbow/tree/actions-5ebab305ff-github-almalinux-8-amd64)|
   |almalinux-8-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-almalinux-8-arm64)](https://github.com/ursacomputing/crossbow/tree/actions-5ebab305ff-github-almalinux-8-arm64)|
   |almalinux-9-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-almalinux-9-amd64)](https://github.com/ursacomputing/crossbow/tree/actions-5ebab305ff-github-almalinux-9-amd64)|
   |almalinux-9-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-almalinux-9-arm64)](https://github.com/ursacomputing/crossbow/tree/actions-5ebab305ff-github-almalinux-9-arm64)|
   |amazon-linux-2-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-amazon-linux-2-amd64)](https://github.com/ursacomputing/crossbow/tree/actions-5ebab305ff-github-amazon-linux-2-amd64)|
   |amazon-linux-2-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-amazon-linux-2-arm64)](https://github.com/ursacomputing/crossbow/tree/actions-5ebab305ff-github-amazon-linux-2-arm64)|
   |centos-7-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-centos-7-amd64)](https://github.com/ursacomputing/crossbow/tree/actions-5ebab305ff-github-centos-7-amd64)|
   |centos-8-stream-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-centos-8-stream-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754577375/jobs/8447570744)|
   |centos-8-stream-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-centos-8-stream-arm64)](https://github.com/ursacomputing/crossbow/actions/runs/4754591054/jobs/8447601121)|
   |centos-9-stream-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-centos-9-stream-amd64)](https://github.com/ursacomputing/crossbow/tree/actions-5ebab305ff-github-centos-9-stream-amd64)|
   |centos-9-stream-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-centos-9-stream-arm64)](https://github.com/ursacomputing/crossbow/actions/runs/4754577110/jobs/8447569976)|
   |conan-maximum|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-conan-maximum)](https://github.com/ursacomputing/crossbow/actions/runs/4754599002/jobs/8447617779)|
   |conan-minimum|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-conan-minimum)](https://github.com/ursacomputing/crossbow/actions/runs/4754560956/jobs/8447532794)|
   |conda-clean|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-conda-clean)](https://github.com/ursacomputing/crossbow/runs/12895686407)|
   |conda-linux-aarch64-cpu-py3|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-conda-linux-aarch64-cpu-py3)](https://github.com/ursacomputing/crossbow/runs/12895609756)|
   |conda-linux-aarch64-cpu-r42|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-conda-linux-aarch64-cpu-r42)](https://github.com/ursacomputing/crossbow/runs/12895574773)|
   |conda-linux-ppc64le-cpu-py3|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-conda-linux-ppc64le-cpu-py3)](https://github.com/ursacomputing/crossbow/runs/12895674344)|
   |conda-linux-x64-cpu-py3|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-conda-linux-x64-cpu-py3)](https://github.com/ursacomputing/crossbow/runs/12895576148)|
   |conda-linux-x64-cpu-r42|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-conda-linux-x64-cpu-r42)](https://github.com/ursacomputing/crossbow/runs/12895605695)|
   |conda-linux-x64-cuda-py3|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-conda-linux-x64-cuda-py3)](https://github.com/ursacomputing/crossbow/runs/12895687544)|
   |conda-osx-arm64-cpu-py3|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-conda-osx-arm64-cpu-py3)](https://github.com/ursacomputing/crossbow/runs/12895690209)|
   |conda-osx-arm64-cpu-r42|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-conda-osx-arm64-cpu-r42)](https://github.com/ursacomputing/crossbow/runs/12895648944)|
   |conda-osx-x64-cpu-py3|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-conda-osx-x64-cpu-py3)](https://github.com/ursacomputing/crossbow/runs/12895657337)|
   |conda-osx-x64-cpu-r42|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-conda-osx-x64-cpu-r42)](https://github.com/ursacomputing/crossbow/runs/12895593150)|
   |conda-win-x64-cpu-py3|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-conda-win-x64-cpu-py3)](https://github.com/ursacomputing/crossbow/runs/12895623233)|
   |conda-win-x64-cpu-r41|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-conda-win-x64-cpu-r41)](https://github.com/ursacomputing/crossbow/runs/12895606875)|
   |conda-win-x64-cuda-py3|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-conda-win-x64-cuda-py3)](https://github.com/ursacomputing/crossbow/runs/12895673292)|
   |debian-bookworm-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-debian-bookworm-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754612330/jobs/8447645439)|
   |debian-bookworm-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-debian-bookworm-arm64)](https://github.com/ursacomputing/crossbow/actions/runs/4754589249/jobs/8447596962)|
   |debian-bullseye-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-debian-bullseye-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754603745/jobs/8447627142)|
   |debian-bullseye-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-debian-bullseye-arm64)](https://github.com/ursacomputing/crossbow/actions/runs/4754597692/jobs/8447614937)|
   |example-cpp-minimal-build-static|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-example-cpp-minimal-build-static)](https://github.com/ursacomputing/crossbow/actions/runs/4754605486/jobs/8447630732)|
   |example-cpp-minimal-build-static-system-dependency|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-example-cpp-minimal-build-static-system-dependency)](https://github.com/ursacomputing/crossbow/actions/runs/4754559175/jobs/8447529123)|
   |example-python-minimal-build-fedora-conda|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-example-python-minimal-build-fedora-conda)](https://github.com/ursacomputing/crossbow/actions/runs/4754578627/jobs/8447573405)|
   |example-python-minimal-build-ubuntu-venv|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-example-python-minimal-build-ubuntu-venv)](https://github.com/ursacomputing/crossbow/actions/runs/4754558583/jobs/8447527681)|
   |homebrew-cpp|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-homebrew-cpp)](https://github.com/ursacomputing/crossbow/actions/runs/4754592797/jobs/8447604874)|
   |homebrew-r-autobrew|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-homebrew-r-autobrew)](https://github.com/ursacomputing/crossbow/actions/runs/4754585524/jobs/8447589211)|
   |homebrew-r-brew|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-homebrew-r-brew)](https://github.com/ursacomputing/crossbow/actions/runs/4754578333/jobs/8447572858)|
   |java-jars|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-java-jars)](https://github.com/ursacomputing/crossbow/actions/runs/4754586238/jobs/8447590674)|
   |nuget|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-nuget)](https://github.com/ursacomputing/crossbow/actions/runs/4754577770/jobs/8447571473)|
   |python-sdist|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-python-sdist)](https://github.com/ursacomputing/crossbow/actions/runs/4754566179/jobs/8447544813)|
   |r-binary-packages|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-r-binary-packages)](https://github.com/ursacomputing/crossbow/actions/runs/4754596626/jobs/8447625881)|
   |test-alpine-linux-cpp|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-alpine-linux-cpp)](https://github.com/ursacomputing/crossbow/actions/runs/4754597180/jobs/8447613731)|
   |test-build-cpp-fuzz|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-build-cpp-fuzz)](https://github.com/ursacomputing/crossbow/actions/runs/4754581898/jobs/8447580730)|
   |test-build-vcpkg-win|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-build-vcpkg-win)](https://github.com/ursacomputing/crossbow/actions/runs/4754573476/jobs/8447561143)|
   |test-conda-cpp|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-conda-cpp)](https://github.com/ursacomputing/crossbow/actions/runs/4754564869/jobs/8447541648)|
   |test-conda-cpp-valgrind|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-test-conda-cpp-valgrind)](https://github.com/ursacomputing/crossbow/runs/12895660636)|
   |test-conda-python-3.10|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-conda-python-3.10)](https://github.com/ursacomputing/crossbow/actions/runs/4754594454/jobs/8447607801)|
   |test-conda-python-3.11|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-conda-python-3.11)](https://github.com/ursacomputing/crossbow/actions/runs/4754611904/jobs/8447644344)|
   |test-conda-python-3.7|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-conda-python-3.7)](https://github.com/ursacomputing/crossbow/actions/runs/4754594725/jobs/8447608513)|
   |test-conda-python-3.7-hdfs-2.9.2|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-conda-python-3.7-hdfs-2.9.2)](https://github.com/ursacomputing/crossbow/actions/runs/4754569839/jobs/8447552879)|
   |test-conda-python-3.7-hdfs-3.2.1|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-conda-python-3.7-hdfs-3.2.1)](https://github.com/ursacomputing/crossbow/actions/runs/4754565123/jobs/8447542301)|
   |test-conda-python-3.7-pandas-1.0|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-conda-python-3.7-pandas-1.0)](https://github.com/ursacomputing/crossbow/actions/runs/4754595688/jobs/8447610459)|
   |test-conda-python-3.7-pandas-latest|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-conda-python-3.7-pandas-latest)](https://github.com/ursacomputing/crossbow/actions/runs/4754582689/jobs/8447582530)|
   |test-conda-python-3.7-spark-v3.1.2|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-conda-python-3.7-spark-v3.1.2)](https://github.com/ursacomputing/crossbow/actions/runs/4754601673/jobs/8447623273)|
   |test-conda-python-3.8|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-conda-python-3.8)](https://github.com/ursacomputing/crossbow/actions/runs/4754583473/jobs/8447584066)|
   |test-conda-python-3.8-hypothesis|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-conda-python-3.8-hypothesis)](https://github.com/ursacomputing/crossbow/actions/runs/4754567818/jobs/8447548742)|
   |test-conda-python-3.8-pandas-latest|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-conda-python-3.8-pandas-latest)](https://github.com/ursacomputing/crossbow/actions/runs/4754613176/jobs/8447647209)|
   |test-conda-python-3.8-pandas-nightly|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-conda-python-3.8-pandas-nightly)](https://github.com/ursacomputing/crossbow/actions/runs/4754591860/jobs/8447602966)|
   |test-conda-python-3.8-spark-v3.2.0|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-conda-python-3.8-spark-v3.2.0)](https://github.com/ursacomputing/crossbow/actions/runs/4754602588/jobs/8447625336)|
   |test-conda-python-3.9|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-conda-python-3.9)](https://github.com/ursacomputing/crossbow/actions/runs/4754584416/jobs/8447586018)|
   |test-conda-python-3.9-dask-latest|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-conda-python-3.9-dask-latest)](https://github.com/ursacomputing/crossbow/actions/runs/4754580753/jobs/8447578288)|
   |test-conda-python-3.9-dask-upstream_devel|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-conda-python-3.9-dask-upstream_devel)](https://github.com/ursacomputing/crossbow/actions/runs/4754611425/jobs/8447643280)|
   |test-conda-python-3.9-pandas-upstream_devel|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-conda-python-3.9-pandas-upstream_devel)](https://github.com/ursacomputing/crossbow/actions/runs/4754604387/jobs/8447628326)|
   |test-conda-python-3.9-spark-master|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-conda-python-3.9-spark-master)](https://github.com/ursacomputing/crossbow/actions/runs/4754564341/jobs/8447540331)|
   |test-conda-python-3.9-substrait|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-conda-python-3.9-substrait)](https://github.com/ursacomputing/crossbow/actions/runs/4754575572/jobs/8447566362)|
   |test-cuda-cpp|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-cuda-cpp)](https://github.com/ursacomputing/crossbow/actions/runs/4754599844/jobs/8447619491)|
   |test-cuda-python|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-cuda-python)](https://github.com/ursacomputing/crossbow/actions/runs/4754606363/jobs/8447632550)|
   |test-debian-10-cpp-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-debian-10-cpp-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754590775/jobs/8447600566)|
   |test-debian-10-cpp-i386|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-debian-10-cpp-i386)](https://github.com/ursacomputing/crossbow/actions/runs/4754600974/jobs/8447622006)|
   |test-debian-11-cpp-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-debian-11-cpp-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754589767/jobs/8447598337)|
   |test-debian-11-cpp-i386|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-debian-11-cpp-i386)](https://github.com/ursacomputing/crossbow/actions/runs/4754574528/jobs/8447563894)|
   |test-debian-11-go-1.17|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-test-debian-11-go-1.17)](https://github.com/ursacomputing/crossbow/runs/12895612572)|
   |test-debian-11-python-3|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-test-debian-11-python-3)](https://github.com/ursacomputing/crossbow/runs/12895594186)|
   |test-debian-c-glib|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-debian-c-glib)](https://github.com/ursacomputing/crossbow/actions/runs/4754591554/jobs/8447602320)|
   |test-debian-ruby|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-debian-ruby)](https://github.com/ursacomputing/crossbow/actions/runs/4754573723/jobs/8447561883)|
   |test-fedora-35-cpp|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-fedora-35-cpp)](https://github.com/ursacomputing/crossbow/actions/runs/4754558876/jobs/8447528522)|
   |test-fedora-35-python-3|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-test-fedora-35-python-3)](https://github.com/ursacomputing/crossbow/runs/12895649940)|
   |test-fedora-r-clang-sanitizer|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-test-fedora-r-clang-sanitizer)](https://github.com/ursacomputing/crossbow/runs/12895560998)|
   |test-r-arrow-backwards-compatibility|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-r-arrow-backwards-compatibility)](https://github.com/ursacomputing/crossbow/actions/runs/4754573223/jobs/8447560949)|
   |test-r-depsource-bundled|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-test-r-depsource-bundled)](https://github.com/ursacomputing/crossbow/runs/12895613196)|
   |test-r-depsource-system|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-r-depsource-system)](https://github.com/ursacomputing/crossbow/actions/runs/4754568925/jobs/8447550863)|
   |test-r-dev-duckdb|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-r-dev-duckdb)](https://github.com/ursacomputing/crossbow/actions/runs/4754562024/jobs/8447534876)|
   |test-r-devdocs|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-r-devdocs)](https://github.com/ursacomputing/crossbow/actions/runs/4754606614/jobs/8447633615)|
   |test-r-gcc-11|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-r-gcc-11)](https://github.com/ursacomputing/crossbow/actions/runs/4754566748/jobs/8447546347)|
   |test-r-gcc-12|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-r-gcc-12)](https://github.com/ursacomputing/crossbow/actions/runs/4754557786/jobs/8447525823)|
   |test-r-install-local|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-r-install-local)](https://github.com/ursacomputing/crossbow/actions/runs/4754587313/jobs/8447592559)|
   |test-r-install-local-minsizerel|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-r-install-local-minsizerel)](https://github.com/ursacomputing/crossbow/actions/runs/4754555766/jobs/8447521209)|
   |test-r-library-r-base-latest|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-test-r-library-r-base-latest)](https://github.com/ursacomputing/crossbow/runs/12895591707)|
   |test-r-linux-as-cran|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-r-linux-as-cran)](https://github.com/ursacomputing/crossbow/actions/runs/4754605268/jobs/8447630929)|
   |test-r-linux-rchk|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-r-linux-rchk)](https://github.com/ursacomputing/crossbow/actions/runs/4754610695/jobs/8447641649)|
   |test-r-linux-valgrind|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-test-r-linux-valgrind)](https://github.com/ursacomputing/crossbow/runs/12895702839)|
   |test-r-minimal-build|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-test-r-minimal-build)](https://github.com/ursacomputing/crossbow/runs/12895595489)|
   |test-r-offline-maximal|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-r-offline-maximal)](https://github.com/ursacomputing/crossbow/actions/runs/4754588964/jobs/8447660053)|
   |test-r-offline-minimal|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-test-r-offline-minimal)](https://github.com/ursacomputing/crossbow/runs/12895654694)|
   |test-r-rhub-debian-gcc-devel-lto-latest|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-test-r-rhub-debian-gcc-devel-lto-latest)](https://github.com/ursacomputing/crossbow/runs/12895698778)|
   |test-r-rhub-debian-gcc-release-custom-ccache|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-test-r-rhub-debian-gcc-release-custom-ccache)](https://github.com/ursacomputing/crossbow/runs/12895613947)|
   |test-r-rhub-ubuntu-gcc-release-latest|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-test-r-rhub-ubuntu-gcc-release-latest)](https://github.com/ursacomputing/crossbow/runs/12895559783)|
   |test-r-rstudio-r-base-4.1-opensuse153|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-test-r-rstudio-r-base-4.1-opensuse153)](https://github.com/ursacomputing/crossbow/runs/12895584409)|
   |test-r-rstudio-r-base-4.2-centos7-devtoolset-8|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-test-r-rstudio-r-base-4.2-centos7-devtoolset-8)](https://github.com/ursacomputing/crossbow/runs/12895640800)|
   |test-r-rstudio-r-base-4.2-focal|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-test-r-rstudio-r-base-4.2-focal)](https://github.com/ursacomputing/crossbow/runs/12895596944)|
   |test-r-ubuntu-22.04|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-r-ubuntu-22.04)](https://github.com/ursacomputing/crossbow/actions/runs/4754589918/jobs/8447598717)|
   |test-r-versions|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-r-versions)](https://github.com/ursacomputing/crossbow/actions/runs/4754584735/jobs/8447588816)|
   |test-skyhook-integration|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-skyhook-integration)](https://github.com/ursacomputing/crossbow/actions/runs/4754560410/jobs/8447531669)|
   |test-ubuntu-20.04-cpp|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-ubuntu-20.04-cpp)](https://github.com/ursacomputing/crossbow/actions/runs/4754561400/jobs/8447533918)|
   |test-ubuntu-20.04-cpp-20|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-ubuntu-20.04-cpp-20)](https://github.com/ursacomputing/crossbow/actions/runs/4754596263/jobs/8447611704)|
   |test-ubuntu-20.04-cpp-bundled|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-ubuntu-20.04-cpp-bundled)](https://github.com/ursacomputing/crossbow/actions/runs/4754568162/jobs/8447549408)|
   |test-ubuntu-20.04-cpp-minimal-with-formats|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-ubuntu-20.04-cpp-minimal-with-formats)](https://github.com/ursacomputing/crossbow/actions/runs/4754562874/jobs/8447536763)|
   |test-ubuntu-20.04-cpp-thread-sanitizer|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-ubuntu-20.04-cpp-thread-sanitizer)](https://github.com/ursacomputing/crossbow/actions/runs/4754600159/jobs/8447620180)|
   |test-ubuntu-20.04-python-3|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-test-ubuntu-20.04-python-3)](https://github.com/ursacomputing/crossbow/runs/12895626733)|
   |test-ubuntu-22.04-cpp|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-ubuntu-22.04-cpp)](https://github.com/ursacomputing/crossbow/actions/runs/4754572134/jobs/8447558059)|
   |test-ubuntu-c-glib|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-ubuntu-c-glib)](https://github.com/ursacomputing/crossbow/actions/runs/4754598507/jobs/8447616715)|
   |test-ubuntu-default-docs|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-test-ubuntu-default-docs)](https://github.com/ursacomputing/crossbow/runs/12895617715)|
   |test-ubuntu-r-sanitizer|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-5ebab305ff-azure-test-ubuntu-r-sanitizer)](https://github.com/ursacomputing/crossbow/runs/12895716745)|
   |test-ubuntu-ruby|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-test-ubuntu-ruby)](https://github.com/ursacomputing/crossbow/actions/runs/4754587969/jobs/8447593766)|
   |ubuntu-focal-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-ubuntu-focal-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754567233/jobs/8447547599)|
   |ubuntu-focal-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-ubuntu-focal-arm64)](https://github.com/ursacomputing/crossbow/actions/runs/4754607854/jobs/8447635568)|
   |ubuntu-jammy-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-ubuntu-jammy-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754599210/jobs/8447618300)|
   |ubuntu-jammy-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-ubuntu-jammy-arm64)](https://github.com/ursacomputing/crossbow/actions/runs/4754556276/jobs/8447521835)|
   |ubuntu-kinetic-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-ubuntu-kinetic-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754582372/jobs/8447581952)|
   |ubuntu-kinetic-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-ubuntu-kinetic-arm64)](https://github.com/ursacomputing/crossbow/actions/runs/4754564565/jobs/8447540910)|
   |verify-rc-source-cpp-linux-almalinux-8-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-cpp-linux-almalinux-8-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754571591/jobs/8447556810)|
   |verify-rc-source-cpp-linux-conda-latest-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-cpp-linux-conda-latest-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754610462/jobs/8447641143)|
   |verify-rc-source-cpp-linux-ubuntu-20.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-cpp-linux-ubuntu-20.04-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754580214/jobs/8447576942)|
   |verify-rc-source-cpp-linux-ubuntu-22.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-cpp-linux-ubuntu-22.04-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754609008/jobs/8447638085)|
   |verify-rc-source-cpp-macos-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-cpp-macos-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754556816/jobs/8447523109)|
   |verify-rc-source-cpp-macos-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-cpp-macos-arm64)](https://github.com/ursacomputing/crossbow/actions/runs/4754608728/jobs/8447637681)|
   |verify-rc-source-cpp-macos-conda-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-cpp-macos-conda-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754612814/jobs/8447646467)|
   |verify-rc-source-csharp-linux-almalinux-8-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-csharp-linux-almalinux-8-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754572404/jobs/8447558657)|
   |verify-rc-source-csharp-linux-conda-latest-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-csharp-linux-conda-latest-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754609687/jobs/8447639664)|
   |verify-rc-source-csharp-linux-ubuntu-20.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-csharp-linux-ubuntu-20.04-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754613472/jobs/8447647904)|
   |verify-rc-source-csharp-linux-ubuntu-22.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-csharp-linux-ubuntu-22.04-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754562267/jobs/8447535311)|
   |verify-rc-source-csharp-macos-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-csharp-macos-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754602008/jobs/8447623912)|
   |verify-rc-source-csharp-macos-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-csharp-macos-arm64)](https://github.com/ursacomputing/crossbow/actions/runs/4754588511/jobs/8447595070)|
   |verify-rc-source-go-linux-almalinux-8-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-go-linux-almalinux-8-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754582351/jobs/8447581862)|
   |verify-rc-source-go-linux-conda-latest-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-go-linux-conda-latest-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754593091/jobs/8447605268)|
   |verify-rc-source-go-linux-ubuntu-20.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-go-linux-ubuntu-20.04-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754594975/jobs/8447608924)|
   |verify-rc-source-go-linux-ubuntu-22.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-go-linux-ubuntu-22.04-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754563550/jobs/8447538375)|
   |verify-rc-source-go-macos-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-go-macos-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754571365/jobs/8447556177)|
   |verify-rc-source-go-macos-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-go-macos-arm64)](https://github.com/ursacomputing/crossbow/actions/runs/4754566039/jobs/8447544443)|
   |verify-rc-source-integration-linux-almalinux-8-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-integration-linux-almalinux-8-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754599657/jobs/8447619049)|
   |verify-rc-source-integration-linux-conda-latest-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-integration-linux-conda-latest-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754608162/jobs/8447636226)|
   |verify-rc-source-integration-linux-ubuntu-20.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-integration-linux-ubuntu-20.04-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754595950/jobs/8447611109)|
   |verify-rc-source-integration-linux-ubuntu-22.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-integration-linux-ubuntu-22.04-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754581285/jobs/8447579564)|
   |verify-rc-source-integration-macos-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-integration-macos-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754556579/jobs/8447522562)|
   |verify-rc-source-integration-macos-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-integration-macos-arm64)](https://github.com/ursacomputing/crossbow/actions/runs/4754605957/jobs/8447631650)|
   |verify-rc-source-integration-macos-conda-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-integration-macos-conda-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754607613/jobs/8447635267)|
   |verify-rc-source-java-linux-almalinux-8-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-java-linux-almalinux-8-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754572675/jobs/8447559315)|
   |verify-rc-source-java-linux-conda-latest-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-java-linux-conda-latest-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754561675/jobs/8447534108)|
   |verify-rc-source-java-linux-ubuntu-20.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-java-linux-ubuntu-20.04-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754557293/jobs/8447524361)|
   |verify-rc-source-java-linux-ubuntu-22.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-java-linux-ubuntu-22.04-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754592176/jobs/8447603604)|
   |verify-rc-source-java-macos-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-java-macos-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754557205/jobs/8447524118)|
   |verify-rc-source-js-linux-almalinux-8-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-js-linux-almalinux-8-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754564115/jobs/8447539710)|
   |verify-rc-source-js-linux-conda-latest-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-js-linux-conda-latest-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754568444/jobs/8447549959)|
   |verify-rc-source-js-linux-ubuntu-20.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-js-linux-ubuntu-20.04-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754590166/jobs/8447599367)|
   |verify-rc-source-js-linux-ubuntu-22.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-js-linux-ubuntu-22.04-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754611017/jobs/8447642378)|
   |verify-rc-source-js-macos-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-js-macos-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754605022/jobs/8447629686)|
   |verify-rc-source-js-macos-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-js-macos-arm64)](https://github.com/ursacomputing/crossbow/actions/runs/4754576765/jobs/8447569080)|
   |verify-rc-source-python-linux-almalinux-8-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-python-linux-almalinux-8-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754588305/jobs/8447594473)|
   |verify-rc-source-python-linux-conda-latest-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-python-linux-conda-latest-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754585151/jobs/8447588187)|
   |verify-rc-source-python-linux-ubuntu-20.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-python-linux-ubuntu-20.04-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754594164/jobs/8447607307)|
   |verify-rc-source-python-linux-ubuntu-22.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-python-linux-ubuntu-22.04-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754604592/jobs/8447628820)|
   |verify-rc-source-python-macos-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-python-macos-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754609436/jobs/8447639137)|
   |verify-rc-source-python-macos-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-python-macos-arm64)](https://github.com/ursacomputing/crossbow/actions/runs/4754585824/jobs/8447589162)|
   |verify-rc-source-python-macos-conda-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-python-macos-conda-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754600359/jobs/8447620749)|
   |verify-rc-source-ruby-linux-almalinux-8-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-ruby-linux-almalinux-8-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754595339/jobs/8447609854)|
   |verify-rc-source-ruby-linux-conda-latest-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-ruby-linux-conda-latest-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754571795/jobs/8447557288)|
   |verify-rc-source-ruby-linux-ubuntu-20.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-ruby-linux-ubuntu-20.04-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754579263/jobs/8447574871)|
   |verify-rc-source-ruby-linux-ubuntu-22.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-ruby-linux-ubuntu-22.04-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754605741/jobs/8447631288)|
   |verify-rc-source-ruby-macos-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-ruby-macos-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754559352/jobs/8447529461)|
   |verify-rc-source-ruby-macos-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-ruby-macos-arm64)](https://github.com/ursacomputing/crossbow/actions/runs/4754607223/jobs/8447634385)|
   |verify-rc-source-windows|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-verify-rc-source-windows)](https://github.com/ursacomputing/crossbow/actions/runs/4754578926/jobs/8447574268)|
   |wheel-clean|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-wheel-clean)](https://github.com/ursacomputing/crossbow/actions/runs/4754583787/jobs/8447584704)|
   |wheel-macos-big-sur-cp310-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-wheel-macos-big-sur-cp310-arm64)](https://github.com/ursacomputing/crossbow/actions/runs/4754574949/jobs/8447564919)|
   |wheel-macos-big-sur-cp311-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-wheel-macos-big-sur-cp311-arm64)](https://github.com/ursacomputing/crossbow/actions/runs/4754555936/jobs/8447521162)|
   |wheel-macos-big-sur-cp38-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-wheel-macos-big-sur-cp38-arm64)](https://github.com/ursacomputing/crossbow/actions/runs/4754560649/jobs/8447532138)|
   |wheel-macos-big-sur-cp39-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-wheel-macos-big-sur-cp39-arm64)](https://github.com/ursacomputing/crossbow/actions/runs/4754603340/jobs/8447626313)|
   |wheel-macos-mojave-cp310-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-wheel-macos-mojave-cp310-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754572925/jobs/8447559961)|
   |wheel-macos-mojave-cp311-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-wheel-macos-mojave-cp311-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754558098/jobs/8447526478)|
   |wheel-macos-mojave-cp37-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-wheel-macos-mojave-cp37-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754565637/jobs/8447543654)|
   |wheel-macos-mojave-cp38-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-wheel-macos-mojave-cp38-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754559738/jobs/8447530349)|
   |wheel-macos-mojave-cp39-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-wheel-macos-mojave-cp39-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754612460/jobs/8447645684)|
   |wheel-manylinux2014-cp310-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-wheel-manylinux2014-cp310-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754598180/jobs/8447615967)|
   |wheel-manylinux2014-cp310-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-wheel-manylinux2014-cp310-arm64)](https://github.com/ursacomputing/crossbow/actions/runs/4754582999/jobs/8447583223)|
   |wheel-manylinux2014-cp311-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-wheel-manylinux2014-cp311-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754593555/jobs/8447606064)|
   |wheel-manylinux2014-cp311-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-wheel-manylinux2014-cp311-arm64)](https://github.com/ursacomputing/crossbow/actions/runs/4754565374/jobs/8447542895)|
   |wheel-manylinux2014-cp37-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-wheel-manylinux2014-cp37-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754586945/jobs/8447591450)|
   |wheel-manylinux2014-cp37-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-wheel-manylinux2014-cp37-arm64)](https://github.com/ursacomputing/crossbow/actions/runs/4754610146/jobs/8447640454)|
   |wheel-manylinux2014-cp38-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-wheel-manylinux2014-cp38-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754590451/jobs/8447600066)|
   |wheel-manylinux2014-cp38-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-wheel-manylinux2014-cp38-arm64)](https://github.com/ursacomputing/crossbow/actions/runs/4754574703/jobs/8447566315)|
   |wheel-manylinux2014-cp39-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-wheel-manylinux2014-cp39-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754559971/jobs/8447530792)|
   |wheel-manylinux2014-cp39-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-wheel-manylinux2014-cp39-arm64)](https://github.com/ursacomputing/crossbow/actions/runs/4754580544/jobs/8447577761)|
   |wheel-windows-cp310-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-wheel-windows-cp310-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754596943/jobs/8447613190)|
   |wheel-windows-cp311-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-wheel-windows-cp311-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754581718/jobs/8447580309)|
   |wheel-windows-cp37-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-wheel-windows-cp37-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754601013/jobs/8447622074)|
   |wheel-windows-cp38-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-wheel-windows-cp38-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754611651/jobs/8447643719)|
   |wheel-windows-cp39-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-5ebab305ff-github-wheel-windows-cp39-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4754593844/jobs/8447606558)|


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou commented on pull request #35253: GH-35252: [C++] Use FindGTestAlt.cmake by ArrowTesting

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on PR #35253:
URL: https://github.com/apache/arrow/pull/35253#issuecomment-1517078185

   +1


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] github-actions[bot] commented on pull request #35253: GH-35252: [C++] Use FindGTestAlt.cmake by ArrowTesting

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #35253:
URL: https://github.com/apache/arrow/pull/35253#issuecomment-1516270954

   :warning: GitHub issue #35252 **has been automatically assigned in GitHub** to PR creator.


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou commented on pull request #35253: GH-35252: [C++] Use FindGTestAlt.cmake by ArrowTesting

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on PR #35253:
URL: https://github.com/apache/arrow/pull/35253#issuecomment-1516271408

   @github-actions crossbow submit -g nightly-packaging -g nightly-tests -g nightly-release


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org