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 2020/10/11 10:37:36 UTC

[GitHub] [arrow] kszucs opened a new pull request #8434: [Release] Verify 2.0.0-rc0

kszucs opened a new pull request #8434:
URL: https://github.com/apache/arrow/pull/8434


   


----------------------------------------------------------------
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.

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



[GitHub] [arrow] nealrichardson commented on pull request #8434: [Release] Verify 2.0.0-rc2

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


   JS is failing, and integration tests because of the JS failure: 
   
   ```
   > NODE_NO_WARNINGS=1 gulp test
   
   [19:25:03] Using gulpfile /tmp/arrow-2.0.0.KglPB/apache-arrow-2.0.0/js/gulpfile.js
   [19:25:03] Starting 'test'...
   [19:25:03] Starting 'test:ts'...
   ts-jest[config] (WARN) There is a mismatch between your NodeJs version v12.18.4 and your TypeScript target esnext. This might lead to some unexpected errors when running tests with `ts-jest`. To fix this, you can check https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping
   
     ● should close the underlying NodeJS ReadableStream when reading multiple tables and we break early
   
       expect(received).toBe(expected) // Object.is equality
   
       Expected: false
       Received: true
   
         218 | function validateStreamState(reader: RecordBatchReader, stream: NodeJS.ReadableStream, closed: boolean, readable = !closed) {
         219 |     expect(reader.closed).toBe(closed);
       > 220 |     expect(Boolean(stream.readable)).toBe(readable);
             |                                      ^
         221 |     expect(Boolean((stream as any).destroyed)).toBe(closed);
         222 |     expect(Boolean((stream as any).readableFlowing)).toBe(false);
         223 | }
   
         at validateStreamState (test/unit/ipc/reader/streams-node-tests.ts:220:38)
         at Object.<anonymous> (test/unit/ipc/reader/streams-node-tests.ts:213:9)
             at runMicrotasks (<anonymous>)
   
   [19:26:13] 'test:ts' errored after 1.17 min
   [19:26:13] Error: exited with error code: 1
       at ChildProcess.onexit (/tmp/arrow-2.0.0.KglPB/apache-arrow-2.0.0/js/node_modules/end-of-stream/index.js:40:36)
       at ChildProcess.emit (events.js:315:20)
       at ChildProcess.EventEmitter.emit (domain.js:506:15)
       at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
       at Process.callbackTrampoline (internal/async_hooks.js:120:14)
   [19:26:13] 'test' errored after 1.17 min
   ```
   
   Is this a real error or a setup problem?


----------------------------------------------------------------
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.

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



[GitHub] [arrow] kszucs commented on pull request #8434: [Release] Verify 2.0.0-rc2

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


   @github-actions crossbow submit -g verify-rc


----------------------------------------------------------------
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.

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



[GitHub] [arrow] github-actions[bot] commented on pull request #8434: [Release] Verify 2.0.0-rc2

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


   Revision: 0d35225e2849a66db03ac2253a895cece464f107
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-646](https://github.com/ursa-labs/crossbow/branches/all?query=actions-646)
   
   |Task|Status|
   |----|------|
   |verify-rc-binaries-apt|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-646-github-verify-rc-binaries-apt)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-646-github-verify-rc-binaries-apt)|
   |verify-rc-binaries-binary|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-646-github-verify-rc-binaries-binary)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-646-github-verify-rc-binaries-binary)|
   |verify-rc-binaries-yum|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-646-github-verify-rc-binaries-yum)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-646-github-verify-rc-binaries-yum)|
   |verify-rc-source-linux-csharp|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-646-github-verify-rc-source-linux-csharp)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-646-github-verify-rc-source-linux-csharp)|
   |verify-rc-source-linux-go|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-646-github-verify-rc-source-linux-go)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-646-github-verify-rc-source-linux-go)|
   |verify-rc-source-linux-integration|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-646-github-verify-rc-source-linux-integration)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-646-github-verify-rc-source-linux-integration)|
   |verify-rc-source-linux-java|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-646-github-verify-rc-source-linux-java)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-646-github-verify-rc-source-linux-java)|
   |verify-rc-source-linux-js|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-646-github-verify-rc-source-linux-js)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-646-github-verify-rc-source-linux-js)|
   |verify-rc-source-linux-python|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-646-github-verify-rc-source-linux-python)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-646-github-verify-rc-source-linux-python)|
   |verify-rc-source-linux-ruby|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-646-github-verify-rc-source-linux-ruby)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-646-github-verify-rc-source-linux-ruby)|
   |verify-rc-source-linux-rust|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-646-github-verify-rc-source-linux-rust)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-646-github-verify-rc-source-linux-rust)|
   |verify-rc-source-macos-csharp|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-646-github-verify-rc-source-macos-csharp)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-646-github-verify-rc-source-macos-csharp)|
   |verify-rc-source-macos-go|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-646-github-verify-rc-source-macos-go)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-646-github-verify-rc-source-macos-go)|
   |verify-rc-source-macos-integration|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-646-github-verify-rc-source-macos-integration)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-646-github-verify-rc-source-macos-integration)|
   |verify-rc-source-macos-java|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-646-github-verify-rc-source-macos-java)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-646-github-verify-rc-source-macos-java)|
   |verify-rc-source-macos-js|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-646-github-verify-rc-source-macos-js)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-646-github-verify-rc-source-macos-js)|
   |verify-rc-source-macos-python|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-646-github-verify-rc-source-macos-python)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-646-github-verify-rc-source-macos-python)|
   |verify-rc-source-macos-ruby|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-646-github-verify-rc-source-macos-ruby)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-646-github-verify-rc-source-macos-ruby)|
   |verify-rc-source-macos-rust|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-646-github-verify-rc-source-macos-rust)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-646-github-verify-rc-source-macos-rust)|
   |verify-rc-source-windows|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-646-github-verify-rc-source-windows)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-646-github-verify-rc-source-windows)|
   |verify-rc-wheels-linux|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-646-github-verify-rc-wheels-linux)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-646-github-verify-rc-wheels-linux)|
   |verify-rc-wheels-macos|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-646-github-verify-rc-wheels-macos)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-646-github-verify-rc-wheels-macos)|
   |verify-rc-wheels-windows|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-646-github-verify-rc-wheels-windows)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-646-github-verify-rc-wheels-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.

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



[GitHub] [arrow] kszucs commented on pull request #8434: [Release] Verify 2.0.0-rc2

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


   @github-actions crossbow submit verify-rc-binaries-yum


----------------------------------------------------------------
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.

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



[GitHub] [arrow] kszucs removed a comment on pull request #8434: [Release] Verify 2.0.0-rc2

Posted by GitBox <gi...@apache.org>.
kszucs removed a comment on pull request #8434:
URL: https://github.com/apache/arrow/pull/8434#issuecomment-707831605


   @github-actions crossbow submit -g verify-rc


----------------------------------------------------------------
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.

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



[GitHub] [arrow] github-actions[bot] commented on pull request #8434: [Release] Verify 2.0.0-rc2

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


   Revision: 0d35225e2849a66db03ac2253a895cece464f107
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-649](https://github.com/ursa-labs/crossbow/branches/all?query=actions-649)
   
   |Task|Status|
   |----|------|
   |verify-rc-binaries-yum|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-649-github-verify-rc-binaries-yum)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-649-github-verify-rc-binaries-yum)|


----------------------------------------------------------------
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.

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



[GitHub] [arrow] kszucs commented on pull request #8434: [Release] Verify 2.0.0-rc0

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


   @github-actions crossbow submit -g verify-rc


----------------------------------------------------------------
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.

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



[GitHub] [arrow] github-actions[bot] commented on pull request #8434: [Release] Verify 2.0.0-rc2

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


   Revision: a93c04b2dfa94747af019a568f7739a0a9f12a18
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-645](https://github.com/ursa-labs/crossbow/branches/all?query=actions-645)
   
   |Task|Status|
   |----|------|
   |verify-rc-binaries-apt|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-645-github-verify-rc-binaries-apt)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-645-github-verify-rc-binaries-apt)|
   |verify-rc-binaries-binary|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-645-github-verify-rc-binaries-binary)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-645-github-verify-rc-binaries-binary)|
   |verify-rc-binaries-yum|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-645-github-verify-rc-binaries-yum)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-645-github-verify-rc-binaries-yum)|
   |verify-rc-source-linux-csharp|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-645-github-verify-rc-source-linux-csharp)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-645-github-verify-rc-source-linux-csharp)|
   |verify-rc-source-linux-go|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-645-github-verify-rc-source-linux-go)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-645-github-verify-rc-source-linux-go)|
   |verify-rc-source-linux-integration|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-645-github-verify-rc-source-linux-integration)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-645-github-verify-rc-source-linux-integration)|
   |verify-rc-source-linux-java|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-645-github-verify-rc-source-linux-java)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-645-github-verify-rc-source-linux-java)|
   |verify-rc-source-linux-js|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-645-github-verify-rc-source-linux-js)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-645-github-verify-rc-source-linux-js)|
   |verify-rc-source-linux-python|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-645-github-verify-rc-source-linux-python)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-645-github-verify-rc-source-linux-python)|
   |verify-rc-source-linux-ruby|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-645-github-verify-rc-source-linux-ruby)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-645-github-verify-rc-source-linux-ruby)|
   |verify-rc-source-linux-rust|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-645-github-verify-rc-source-linux-rust)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-645-github-verify-rc-source-linux-rust)|
   |verify-rc-source-macos-csharp|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-645-github-verify-rc-source-macos-csharp)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-645-github-verify-rc-source-macos-csharp)|
   |verify-rc-source-macos-go|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-645-github-verify-rc-source-macos-go)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-645-github-verify-rc-source-macos-go)|
   |verify-rc-source-macos-integration|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-645-github-verify-rc-source-macos-integration)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-645-github-verify-rc-source-macos-integration)|
   |verify-rc-source-macos-java|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-645-github-verify-rc-source-macos-java)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-645-github-verify-rc-source-macos-java)|
   |verify-rc-source-macos-js|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-645-github-verify-rc-source-macos-js)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-645-github-verify-rc-source-macos-js)|
   |verify-rc-source-macos-python|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-645-github-verify-rc-source-macos-python)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-645-github-verify-rc-source-macos-python)|
   |verify-rc-source-macos-ruby|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-645-github-verify-rc-source-macos-ruby)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-645-github-verify-rc-source-macos-ruby)|
   |verify-rc-source-macos-rust|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-645-github-verify-rc-source-macos-rust)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-645-github-verify-rc-source-macos-rust)|
   |verify-rc-source-windows|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-645-github-verify-rc-source-windows)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-645-github-verify-rc-source-windows)|
   |verify-rc-wheels-linux|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-645-github-verify-rc-wheels-linux)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-645-github-verify-rc-wheels-linux)|
   |verify-rc-wheels-macos|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-645-github-verify-rc-wheels-macos)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-645-github-verify-rc-wheels-macos)|
   |verify-rc-wheels-windows|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-645-github-verify-rc-wheels-windows)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-645-github-verify-rc-wheels-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.

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



[GitHub] [arrow] kszucs closed pull request #8434: [Release] Verify 2.0.0-rc2

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


   


----------------------------------------------------------------
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.

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



[GitHub] [arrow] github-actions[bot] commented on pull request #8434: [Release] Verify 2.0.0-rc0

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


   Revision: cd3ac8ac8cc4b0c5ba766b843bed87507c6eabba
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-641](https://github.com/ursa-labs/crossbow/branches/all?query=actions-641)
   
   |Task|Status|
   |----|------|
   |verify-rc-binaries-apt|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-641-github-verify-rc-binaries-apt)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-641-github-verify-rc-binaries-apt)|
   |verify-rc-binaries-binary|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-641-github-verify-rc-binaries-binary)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-641-github-verify-rc-binaries-binary)|
   |verify-rc-binaries-yum|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-641-github-verify-rc-binaries-yum)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-641-github-verify-rc-binaries-yum)|
   |verify-rc-source-linux-csharp|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-641-github-verify-rc-source-linux-csharp)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-641-github-verify-rc-source-linux-csharp)|
   |verify-rc-source-linux-go|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-641-github-verify-rc-source-linux-go)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-641-github-verify-rc-source-linux-go)|
   |verify-rc-source-linux-integration|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-641-github-verify-rc-source-linux-integration)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-641-github-verify-rc-source-linux-integration)|
   |verify-rc-source-linux-java|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-641-github-verify-rc-source-linux-java)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-641-github-verify-rc-source-linux-java)|
   |verify-rc-source-linux-js|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-641-github-verify-rc-source-linux-js)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-641-github-verify-rc-source-linux-js)|
   |verify-rc-source-linux-python|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-641-github-verify-rc-source-linux-python)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-641-github-verify-rc-source-linux-python)|
   |verify-rc-source-linux-ruby|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-641-github-verify-rc-source-linux-ruby)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-641-github-verify-rc-source-linux-ruby)|
   |verify-rc-source-linux-rust|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-641-github-verify-rc-source-linux-rust)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-641-github-verify-rc-source-linux-rust)|
   |verify-rc-source-macos-csharp|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-641-github-verify-rc-source-macos-csharp)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-641-github-verify-rc-source-macos-csharp)|
   |verify-rc-source-macos-go|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-641-github-verify-rc-source-macos-go)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-641-github-verify-rc-source-macos-go)|
   |verify-rc-source-macos-integration|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-641-github-verify-rc-source-macos-integration)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-641-github-verify-rc-source-macos-integration)|
   |verify-rc-source-macos-java|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-641-github-verify-rc-source-macos-java)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-641-github-verify-rc-source-macos-java)|
   |verify-rc-source-macos-js|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-641-github-verify-rc-source-macos-js)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-641-github-verify-rc-source-macos-js)|
   |verify-rc-source-macos-python|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-641-github-verify-rc-source-macos-python)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-641-github-verify-rc-source-macos-python)|
   |verify-rc-source-macos-ruby|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-641-github-verify-rc-source-macos-ruby)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-641-github-verify-rc-source-macos-ruby)|
   |verify-rc-source-macos-rust|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-641-github-verify-rc-source-macos-rust)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-641-github-verify-rc-source-macos-rust)|
   |verify-rc-source-windows|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-641-github-verify-rc-source-windows)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-641-github-verify-rc-source-windows)|
   |verify-rc-wheels-linux|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-641-github-verify-rc-wheels-linux)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-641-github-verify-rc-wheels-linux)|
   |verify-rc-wheels-macos|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-641-github-verify-rc-wheels-macos)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-641-github-verify-rc-wheels-macos)|
   |verify-rc-wheels-windows|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-641-github-verify-rc-wheels-windows)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-641-github-verify-rc-wheels-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.

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



[GitHub] [arrow] kszucs commented on pull request #8434: [Release] Verify 2.0.0-rc2

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


   @github-actions crossbow submit -g verify-rc


----------------------------------------------------------------
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.

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