You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/03/15 16:02:59 UTC

[GitHub] [arrow] lidavidm opened a new pull request #12638: MINOR: [C++][CI] Unpin CMake

lidavidm opened a new pull request #12638:
URL: https://github.com/apache/arrow/pull/12638


   CMake >=3.22.3 fixes the error causing us to pin the CMake version
   (see https://gitlab.kitware.com/cmake/cmake/-/issues/22524).


-- 
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 edited a comment on pull request #12638: MINOR: [C++][CI] Unpin CMake

Posted by GitBox <gi...@apache.org>.
ursabot edited a comment on pull request #12638:
URL: https://github.com/apache/arrow/pull/12638#issuecomment-1075396772


   Benchmark runs are scheduled for baseline = dde792d7fb0cc512a60a3f7fb5d5275b05922ecd and contender = 2aeddadb4202781a2e1b4bffbcb6c57e75e01cec. 2aeddadb4202781a2e1b4bffbcb6c57e75e01cec is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Failed :arrow_down:0.0% :arrow_up:0.0%] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/abd6fd0a5a43416680d54674d0bf1b03...6a7ee9e6bc8c4c56a8992fdc4975af2d/)
   [Finished :arrow_down:0.21% :arrow_up:0.0%] [test-mac-arm](https://conbench.ursa.dev/compare/runs/252f25a928ba43c390cd50b39e44f52b...46b51f1e574b458ca84de01c16b57aab/)
   [Finished :arrow_down:0.0% :arrow_up:0.0%] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/165847f3ae0e42678ae221c1a34d2da2...f26d0bac9df94541881571744546b736/)
   [Finished :arrow_down:0.47% :arrow_up:0.09%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/3a192f23bf8346ddab3d4c8c4bc6df37...36bffeb5f7e24718813b514370cf2efa/)
   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] pitrou commented on pull request #12638: MINOR: [C++][CI] Unpin CMake

Posted by GitBox <gi...@apache.org>.
pitrou commented on pull request #12638:
URL: https://github.com/apache/arrow/pull/12638#issuecomment-1070624839


   It seems the turbodbc tests keep failing on this PR while they succeed on git master.
   
   To be honest, based on the error, this seems to be a problem in turbodbc itself. @xhochy Have you already seen this?
   ```
   /turbodbc/cpp/turbodbc/Test/tests/field_translator_test.cpp:31:2:   required from here
   /opt/conda/envs/arrow/include/boost/optional/optional.hpp:1596:3: error: static assertion failed: If you want to output boost::optional, include header <boost/optional/optional_io.hpp>
    1596 |   BOOST_STATIC_ASSERT_MSG(sizeof(CharType) == 0, "If you want to output boost::optional, include header <boost/optional/optional_io.hpp>");
         |   ^~~~~~~~~~~~~~~~~~~~~~~
   ```


-- 
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 edited a comment on pull request #12638: MINOR: [C++][CI] Unpin CMake

Posted by GitBox <gi...@apache.org>.
ursabot edited a comment on pull request #12638:
URL: https://github.com/apache/arrow/pull/12638#issuecomment-1075396772


   Benchmark runs are scheduled for baseline = dde792d7fb0cc512a60a3f7fb5d5275b05922ecd and contender = 2aeddadb4202781a2e1b4bffbcb6c57e75e01cec. 2aeddadb4202781a2e1b4bffbcb6c57e75e01cec is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Scheduled] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/abd6fd0a5a43416680d54674d0bf1b03...6a7ee9e6bc8c4c56a8992fdc4975af2d/)
   [Finished :arrow_down:0.21% :arrow_up:0.0%] [test-mac-arm](https://conbench.ursa.dev/compare/runs/252f25a928ba43c390cd50b39e44f52b...46b51f1e574b458ca84de01c16b57aab/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/165847f3ae0e42678ae221c1a34d2da2...f26d0bac9df94541881571744546b736/)
   [Finished :arrow_down:0.47% :arrow_up:0.09%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/3a192f23bf8346ddab3d4c8c4bc6df37...36bffeb5f7e24718813b514370cf2efa/)
   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] pitrou commented on pull request #12638: MINOR: [C++][CI] Unpin CMake

Posted by GitBox <gi...@apache.org>.
pitrou commented on pull request #12638:
URL: https://github.com/apache/arrow/pull/12638#issuecomment-1075389812


   Ah, I thought they were just on this PR. We can merge then.


-- 
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] pitrou commented on pull request #12638: MINOR: [C++][CI] Unpin CMake

Posted by GitBox <gi...@apache.org>.
pitrou commented on pull request #12638:
URL: https://github.com/apache/arrow/pull/12638#issuecomment-1069246870


   @github-actions crossbow submit test-*conda*


-- 
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 edited a comment on pull request #12638: MINOR: [C++][CI] Unpin CMake

Posted by GitBox <gi...@apache.org>.
ursabot edited a comment on pull request #12638:
URL: https://github.com/apache/arrow/pull/12638#issuecomment-1075396772


   Benchmark runs are scheduled for baseline = dde792d7fb0cc512a60a3f7fb5d5275b05922ecd and contender = 2aeddadb4202781a2e1b4bffbcb6c57e75e01cec. 2aeddadb4202781a2e1b4bffbcb6c57e75e01cec is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Scheduled] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/abd6fd0a5a43416680d54674d0bf1b03...6a7ee9e6bc8c4c56a8992fdc4975af2d/)
   [Finished :arrow_down:0.21% :arrow_up:0.0%] [test-mac-arm](https://conbench.ursa.dev/compare/runs/252f25a928ba43c390cd50b39e44f52b...46b51f1e574b458ca84de01c16b57aab/)
   [Finished :arrow_down:0.0% :arrow_up:0.0%] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/165847f3ae0e42678ae221c1a34d2da2...f26d0bac9df94541881571744546b736/)
   [Finished :arrow_down:0.47% :arrow_up:0.09%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/3a192f23bf8346ddab3d4c8c4bc6df37...36bffeb5f7e24718813b514370cf2efa/)
   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 #12638: MINOR: [C++][CI] Unpin CMake

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #12638:
URL: https://github.com/apache/arrow/pull/12638#issuecomment-1069300758


   Revision: 2cdc5f36bf44a97a0fa0b7e22229c93ab51b2d14
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-1771](https://github.com/ursacomputing/crossbow/branches/all?query=actions-1771)
   
   |Task|Status|
   |----|------|
   |test-conda-cpp|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1771-github-test-conda-cpp)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1771-github-test-conda-cpp)|
   |test-conda-cpp-valgrind|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-1771-azure-test-conda-cpp-valgrind)](https://dev.azure.com/ursacomputing/crossbow/_build/latest?definitionId=1&branchName=actions-1771-azure-test-conda-cpp-valgrind)|
   |test-conda-python-3.10|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1771-github-test-conda-python-3.10)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1771-github-test-conda-python-3.10)|
   |test-conda-python-3.7|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1771-github-test-conda-python-3.7)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1771-github-test-conda-python-3.7)|
   |test-conda-python-3.7-hdfs-2.9.2|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1771-github-test-conda-python-3.7-hdfs-2.9.2)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1771-github-test-conda-python-3.7-hdfs-2.9.2)|
   |test-conda-python-3.7-hdfs-3.2.1|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1771-github-test-conda-python-3.7-hdfs-3.2.1)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1771-github-test-conda-python-3.7-hdfs-3.2.1)|
   |test-conda-python-3.7-kartothek-latest|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1771-github-test-conda-python-3.7-kartothek-latest)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1771-github-test-conda-python-3.7-kartothek-latest)|
   |test-conda-python-3.7-kartothek-master|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1771-github-test-conda-python-3.7-kartothek-master)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1771-github-test-conda-python-3.7-kartothek-master)|
   |test-conda-python-3.7-pandas-0.24|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1771-github-test-conda-python-3.7-pandas-0.24)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1771-github-test-conda-python-3.7-pandas-0.24)|
   |test-conda-python-3.7-pandas-latest|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1771-github-test-conda-python-3.7-pandas-latest)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1771-github-test-conda-python-3.7-pandas-latest)|
   |test-conda-python-3.7-spark-v3.1.2|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1771-github-test-conda-python-3.7-spark-v3.1.2)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1771-github-test-conda-python-3.7-spark-v3.1.2)|
   |test-conda-python-3.7-turbodbc-latest|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1771-github-test-conda-python-3.7-turbodbc-latest)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1771-github-test-conda-python-3.7-turbodbc-latest)|
   |test-conda-python-3.7-turbodbc-master|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1771-github-test-conda-python-3.7-turbodbc-master)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1771-github-test-conda-python-3.7-turbodbc-master)|
   |test-conda-python-3.8|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1771-github-test-conda-python-3.8)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1771-github-test-conda-python-3.8)|
   |test-conda-python-3.8-hypothesis|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1771-github-test-conda-python-3.8-hypothesis)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1771-github-test-conda-python-3.8-hypothesis)|
   |test-conda-python-3.8-pandas-latest|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1771-github-test-conda-python-3.8-pandas-latest)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1771-github-test-conda-python-3.8-pandas-latest)|
   |test-conda-python-3.8-pandas-nightly|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1771-github-test-conda-python-3.8-pandas-nightly)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1771-github-test-conda-python-3.8-pandas-nightly)|
   |test-conda-python-3.8-spark-v3.2.0|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1771-github-test-conda-python-3.8-spark-v3.2.0)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1771-github-test-conda-python-3.8-spark-v3.2.0)|
   |test-conda-python-3.9|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1771-github-test-conda-python-3.9)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1771-github-test-conda-python-3.9)|
   |test-conda-python-3.9-dask-latest|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1771-github-test-conda-python-3.9-dask-latest)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1771-github-test-conda-python-3.9-dask-latest)|
   |test-conda-python-3.9-dask-master|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1771-github-test-conda-python-3.9-dask-master)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1771-github-test-conda-python-3.9-dask-master)|
   |test-conda-python-3.9-pandas-master|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1771-github-test-conda-python-3.9-pandas-master)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1771-github-test-conda-python-3.9-pandas-master)|
   |test-conda-python-3.9-spark-master|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1771-github-test-conda-python-3.9-spark-master)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1771-github-test-conda-python-3.9-spark-master)|


-- 
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] lidavidm commented on pull request #12638: MINOR: [C++][CI] Unpin CMake

Posted by GitBox <gi...@apache.org>.
lidavidm commented on pull request #12638:
URL: https://github.com/apache/arrow/pull/12638#issuecomment-1075381876


   The turbodbc errors were also reported in ARROW-15997


-- 
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] pitrou closed pull request #12638: MINOR: [C++][CI] Unpin CMake

Posted by GitBox <gi...@apache.org>.
pitrou closed pull request #12638:
URL: https://github.com/apache/arrow/pull/12638


   


-- 
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 #12638: MINOR: [C++][CI] Unpin CMake

Posted by GitBox <gi...@apache.org>.
ursabot commented on pull request #12638:
URL: https://github.com/apache/arrow/pull/12638#issuecomment-1075396772


   Benchmark runs are scheduled for baseline = dde792d7fb0cc512a60a3f7fb5d5275b05922ecd and contender = 2aeddadb4202781a2e1b4bffbcb6c57e75e01cec. 2aeddadb4202781a2e1b4bffbcb6c57e75e01cec is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Scheduled] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/abd6fd0a5a43416680d54674d0bf1b03...6a7ee9e6bc8c4c56a8992fdc4975af2d/)
   [Scheduled] [test-mac-arm](https://conbench.ursa.dev/compare/runs/252f25a928ba43c390cd50b39e44f52b...46b51f1e574b458ca84de01c16b57aab/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/165847f3ae0e42678ae221c1a34d2da2...f26d0bac9df94541881571744546b736/)
   [Scheduled] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/3a192f23bf8346ddab3d4c8c4bc6df37...36bffeb5f7e24718813b514370cf2efa/)
   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