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

[GitHub] [arrow] lidavidm opened a new pull request, #35225: WIP: DO NOT MERGE: Test Windows verification failures

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

   <!--
   Thanks for opening a pull request!
   If this is your first pull request you can find detailed information on how 
   to contribute here:
     * [New Contributor's Guide](https://arrow.apache.org/docs/dev/developers/guide/step_by_step/pr_lifecycle.html#reviews-and-merge-of-the-pull-request)
     * [Contributing Overview](https://arrow.apache.org/docs/dev/developers/overview.html)
   
   
   If this is not a [minor PR](https://github.com/apache/arrow/blob/main/CONTRIBUTING.md#Minor-Fixes). Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose
   
   Opening GitHub issues ahead of time contributes to the [Openness](http://theapacheway.com/open/#:~:text=Openness%20allows%20new%20users%20the,must%20happen%20in%20the%20open.) of the Apache Arrow project.
   
   Then could you also rename the pull request title in the following format?
   
       GH-${GITHUB_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}
   
   or
   
       MINOR: [${COMPONENT}] ${SUMMARY}
   
   In the case of PARQUET issues on JIRA the title also supports:
   
       PARQUET-${JIRA_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}
   
   -->
   
   ### Rationale for this change
   
   <!--
    Why are you proposing this change? If this is already explained clearly in the issue then this section is not needed.
    Explaining clearly why changes are proposed helps reviewers understand your changes and offer better suggestions for fixes.  
   -->
   
   ### What changes are included in this PR?
   
   <!--
   There is no need to duplicate the description in the issue here but it is sometimes worth providing a summary of the individual changes in this PR.
   -->
   
   ### Are these changes tested?
   
   <!--
   We typically require tests for all PRs in order to:
   1. Prevent the code from being accidentally broken by subsequent changes
   2. Serve as another way to document the expected behavior of the code
   
   If tests are not included in your PR, please explain why (for example, are they covered by existing tests)?
   -->
   
   ### Are there any user-facing changes?
   
   <!--
   If there are user-facing changes then we may require documentation to be updated before approving the PR.
   -->
   
   <!--
   If there are any breaking changes to public APIs, please uncomment the line below and explain which changes are breaking.
   -->
   <!-- **This PR includes breaking changes to public APIs.** -->
   
   <!--
   Please uncomment the line below (and provide explanation) if the changes fix either (a) a security vulnerability, (b) a bug that caused incorrect or invalid data to be produced, or (c) a bug that causes a crash (even when the API contract is upheld). We use this to highlight fixes to issues that may affect users without their knowledge. For this reason, fixing bugs that cause errors don't count, since those are usually obvious.
   -->
   <!-- **This PR contains a "Critical Fix".** -->


-- 
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 #35225: WIP: DO NOT MERGE: Test Windows verification failures

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

   @github-actions crossbow submit verify-rc-source-windows


-- 
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 #35225: GH-35206: [C++] Look for Conda OpenSSL in Windows verification

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

   Good find! A little worrying that that much is enough to make CMake use a completely different OpenSSL, but, oh well.


-- 
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 #35225: GH-35206: [C++] Look for Conda OpenSSL in Windows verification

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

   ['Python', 'R'] benchmarks have high level of regressions.
   [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/bd2cbe69318e434a8e0aecf838e3b23c...2a4aa051b4e54b858df8b67a5f71032b/)
   


-- 
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 #35225: WIP: DO NOT MERGE: Test Windows verification failures

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

   No problem!
   Could you remove `-DOPENSSL_ROOT_DIR=%CONDA_PREFIX%` too? I think that it's needless.
   
   Have a good trip!


-- 
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 #35225: WIP: DO NOT MERGE: Test Windows verification failures

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

   @github-actions crossbow submit verify-rc-source-windows


-- 
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 #35225: WIP: DO NOT MERGE: Test Windows verification failures

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

   Thanks Kou, that seems to have been the key thing. I'll rebase out the debug commit once I get off this スーパーおき train


-- 
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 #35225: WIP: DO NOT MERGE: Test Windows verification failures

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

   Revision: 4daacb8f9b282dd429756e120c0433d5f23b0691
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-229be86d9d](https://github.com/ursacomputing/crossbow/branches/all?query=actions-229be86d9d)
   
   |Task|Status|
   |----|------|
   |verify-rc-source-windows|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-229be86d9d-github-verify-rc-source-windows)](https://github.com/ursacomputing/crossbow/actions/runs/4737898558/jobs/8411183728)|


-- 
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 #35225: WIP: DO NOT MERGE: Test Windows verification failures

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

   First attempt didn't work
   
   ```
   -- Found OpenSSL: optimized;C:/Program Files/OpenSSL/lib/VC/libcrypto64MD.lib;debug;C:/Program Files/OpenSSL/lib/VC/libcrypto64MDd.lib (found suitable version "1.1.1t", minimum required is "1.0.2")  
   ```
   
   


-- 
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 #35225: WIP: DO NOT MERGE: Test Windows verification failures

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

   Thanks Kou, that seems to have been the key thing. I'll rebase out the debug commit once I get off this スーパーおき train


-- 
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 #35225: WIP: DO NOT MERGE: Test Windows verification failures

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

   Revision: 3605a704de4da4baf58c8575ffa1e787439b10cb
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-3d51f16d8c](https://github.com/ursacomputing/crossbow/branches/all?query=actions-3d51f16d8c)
   
   |Task|Status|
   |----|------|
   |verify-rc-source-windows|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-3d51f16d8c-github-verify-rc-source-windows)](https://github.com/ursacomputing/crossbow/actions/runs/4738427903/jobs/8412271659)|


-- 
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 a diff in pull request #35225: WIP: DO NOT MERGE: Test Windows verification failures

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on code in PR #35225:
URL: https://github.com/apache/arrow/pull/35225#discussion_r1170698655


##########
dev/release/verify-release-candidate.bat:
##########
@@ -112,6 +112,8 @@ cmake -G "%GENERATOR%" ^
       -DARROW_WITH_ZSTD=ON ^
       -DCMAKE_BUILD_TYPE=%CONFIGURATION% ^
       -DCMAKE_INSTALL_PREFIX=%ARROW_HOME% ^
+      -DCMAKE_PREFIX_PATH=%CONDA_PREFIX% ^

Review Comment:
   It seems that conda's OpenSSL is installed into `%CONDA_PREFIX%\Library\lib`, `%CONDA_PREFIX%\Library\include` and so on:
   
   ```suggestion
         -DCMAKE_PREFIX_PATH=%CONDA_PREFIX%\Library ^
   ```



-- 
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] raulcd commented on pull request #35225: GH-35206: [C++] Look for Conda OpenSSL in Windows verification

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

   I was trying to understand the cause of the failure. It started failing on the 6th of April and there was an update for the `windows-2019` GitHub runner image on that day. There was an update of OpenSSL on the image: https://github.com/actions/runner-images/commit/07662e65bab775c1bf9e974047a33ab2929d1f1a
   It might have caused the issue.
   Thanks @lidavidm !


-- 
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 #35225: WIP: DO NOT MERGE: Test Windows verification failures

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

   Revision: 1662530f9fe5fcea68c573f2ff4a8cd7b0190b2e
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-52bf09fb8b](https://github.com/ursacomputing/crossbow/branches/all?query=actions-52bf09fb8b)
   
   |Task|Status|
   |----|------|
   |verify-rc-source-windows|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-52bf09fb8b-github-verify-rc-source-windows)](https://github.com/ursacomputing/crossbow/actions/runs/4737694491/jobs/8410776784)|


-- 
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] raulcd merged pull request #35225: GH-35206: [C++] Look for Conda OpenSSL in Windows verification

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


-- 
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 #35225: WIP: DO NOT MERGE: Test Windows verification failures

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

   Revision: 4c04db9bf119072bed6838d4de9cc1153d8f0595
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-760fc5c6ac](https://github.com/ursacomputing/crossbow/branches/all?query=actions-760fc5c6ac)
   
   |Task|Status|
   |----|------|
   |verify-rc-source-windows|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-760fc5c6ac-github-verify-rc-source-windows)](https://github.com/ursacomputing/crossbow/actions/runs/4737873142/jobs/8411130830)|


-- 
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 #35225: WIP: DO NOT MERGE: Test Windows verification failures

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

   @github-actions crossbow submit verify-rc-source-windows


-- 
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 a diff in pull request #35225: WIP: DO NOT MERGE: Test Windows verification failures

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on code in PR #35225:
URL: https://github.com/apache/arrow/pull/35225#discussion_r1170658489


##########
dev/release/verify-release-candidate.bat:
##########
@@ -112,6 +112,8 @@ cmake -G "%GENERATOR%" ^
       -DARROW_WITH_ZSTD=ON ^
       -DCMAKE_BUILD_TYPE=%CONFIGURATION% ^
       -DCMAKE_INSTALL_PREFIX=%ARROW_HOME% ^
+      -DCMAKE_PREFIX_PATH=%CONDA_PREFIX%\Lib ^

Review Comment:
   I think that we don't need to append `\Lib` for `CMAKE_PREFIX_PATH`:
   
   ```suggestion
         -DCMAKE_PREFIX_PATH=%CONDA_PREFIX% ^
   ```
   
   https://cmake.org/cmake/help/latest/variable/CMAKE_PREFIX_PATH.html
   
   > Each command will add appropriate subdirectories (like `bin`, `lib`, or `include`) as specified in its own documentation.



-- 
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 a diff in pull request #35225: WIP: DO NOT MERGE: Test Windows verification failures

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on code in PR #35225:
URL: https://github.com/apache/arrow/pull/35225#discussion_r1170658489


##########
dev/release/verify-release-candidate.bat:
##########
@@ -112,6 +112,8 @@ cmake -G "%GENERATOR%" ^
       -DARROW_WITH_ZSTD=ON ^
       -DCMAKE_BUILD_TYPE=%CONFIGURATION% ^
       -DCMAKE_INSTALL_PREFIX=%ARROW_HOME% ^
+      -DCMAKE_PREFIX_PATH=%CONDA_PREFIX%\Lib ^

Review Comment:
   I think that we don't need to append `\Lib` to `CMAKE_PREFIX_PATH`:
   
   ```suggestion
         -DCMAKE_PREFIX_PATH=%CONDA_PREFIX% ^
   ```
   
   https://cmake.org/cmake/help/latest/variable/CMAKE_PREFIX_PATH.html
   
   > Each command will add appropriate subdirectories (like `bin`, `lib`, or `include`) as specified in its own documentation.



-- 
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 #35225: GH-35206: [C++] Look for Conda OpenSSL in Windows verification

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

   Revision: f47cbc2e406954528f458b48f084a7d5a920f008
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-16e43cbf2a](https://github.com/ursacomputing/crossbow/branches/all?query=actions-16e43cbf2a)
   
   |Task|Status|
   |----|------|
   |verify-rc-source-windows|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-16e43cbf2a-github-verify-rc-source-windows)](https://github.com/ursacomputing/crossbow/actions/runs/4740535228/jobs/8416471373)|


-- 
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 #35225: GH-35206: [C++] Look for Conda OpenSSL in Windows verification

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

   :warning: GitHub issue #35206 **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] lidavidm commented on pull request #35225: WIP: DO NOT MERGE: Test Windows verification failures

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

   @github-actions crossbow submit verify-rc-source-windows


-- 
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 #35225: WIP: DO NOT MERGE: Test Windows verification failures

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

   @github-actions crossbow submit verify-rc-source-windows
   


-- 
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 #35225: GH-35206: [C++] Look for Conda OpenSSL in Windows verification

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

   * Closes: #35206


-- 
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 #35225: GH-35206: [C++] Look for Conda OpenSSL in Windows verification

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

   Benchmark runs are scheduled for baseline = 85f67cd22d21ea1225e94a32398f730f2e0d6807 and contender = 00dc7e6374f0ce924c22c4bdcf0ef1a82f63195e. 00dc7e6374f0ce924c22c4bdcf0ef1a82f63195e 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/3ec01e2b6e48485ea98f70fdb4231723...ca4ec16861294cf98950afd2d847ebd5/)
   [Failed] [test-mac-arm](https://conbench.ursa.dev/compare/runs/d38d0a9026694bccb28c873689ac91ae...057e09745bf946e9a7ab42eefbc17e65/)
   [Finished :arrow_down:4.59% :arrow_up:0.0%] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/bd2cbe69318e434a8e0aecf838e3b23c...2a4aa051b4e54b858df8b67a5f71032b/)
   [Finished :arrow_down:0.18% :arrow_up:0.0%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/a1ed1335f9aa48e489a502d6e91a2792...9d6dad4883184e81b738dae2edd5fd18/)
   Buildkite builds:
   [Finished] [`00dc7e63` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/2753)
   [Failed] [`00dc7e63` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/2787)
   [Finished] [`00dc7e63` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/2751)
   [Finished] [`00dc7e63` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/2778)
   [Finished] [`85f67cd2` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/2752)
   [Failed] [`85f67cd2` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/2786)
   [Finished] [`85f67cd2` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/2750)
   [Finished] [`85f67cd2` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/2777)
   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