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/04/12 23:43:42 UTC

[GitHub] [arrow] kou opened a new pull request, #12870: ARROW-16176: [Release][C#] Use .NET 6.0 on Ubuntu 22.04

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

   Ubuntu 22.04 ships OpenSSL 3 and .NET 5.0 or earlier doesn't support
   OpenSSL 3 yet.


-- 
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 #12870: ARROW-16176: [Release][C#] Use .NET 6.0 on Ubuntu 22.04

Posted by GitBox <gi...@apache.org>.
kou commented on PR #12870:
URL: https://github.com/apache/arrow/pull/12870#issuecomment-1097378663

   @github-actions crossbow submit verify-rc-source-csharp-*


-- 
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] eerhardt commented on pull request #12870: ARROW-16176: [Release][C#] Use .NET 6.0 on Ubuntu 22.04

Posted by GitBox <gi...@apache.org>.
eerhardt commented on PR #12870:
URL: https://github.com/apache/arrow/pull/12870#issuecomment-1107649034

   Sorry for the delay. 
   
   Since 2.1 is EOL, I think it makes sense to update our projects to supported versions.
   
   Do you want me to push changes to this PR to fix this? Or do you want me to send a separate PR?
   


-- 
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 #12870: ARROW-16176: [Release][C#] Use .NET 6.0 on Ubuntu 22.04

Posted by GitBox <gi...@apache.org>.
kou commented on PR #12870:
URL: https://github.com/apache/arrow/pull/12870#issuecomment-1107908494

   Thanks @eerhardt !


-- 
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 #12870: ARROW-16176: [Release][C#] Use .NET 6.0 on Ubuntu 22.04

Posted by GitBox <gi...@apache.org>.
kou commented on PR #12870:
URL: https://github.com/apache/arrow/pull/12870#issuecomment-1097536793

   @eerhardt It seems that our tests can't be ran with .NET 6.0:
   
   https://github.com/ursacomputing/crossbow/runs/5999340698?check_suite_focus=true
   
   ```text
   Starting test execution, please wait...
   A total of 1 test files matched the specified pattern.
   Testhost process exited with error: It was not possible to find any compatible framework version
   The framework 'Microsoft.NETCore.App', version '3.1.0' (x64) was not found.
     - The following frameworks were found:
         6.0.4 at [/tmp/arrow-HEAD.6doHP/csharp/bin/shared/Microsoft.NETCore.App]
   You can resolve the problem by installing the specified framework and/or SDK.
   The specified framework can be found at:
     - https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=3.1.0&arch=x64&rid=ubuntu.22.04-x64
   . Please check the diagnostic logs for more information.
   
   Test Run Aborted.
     Apache.Arrow.Flight -> /arrow/csharp/artifacts/Apache.Arrow.Flight/Debug/netstandard2.1/Apache.Arrow.Flight.dll
     Apache.Arrow.Flight -> /arrow/csharp/artifacts/Apache.Arrow.Flight/Debug/netstandard2.0/Apache.Arrow.Flight.dll
     Apache.Arrow.Flight.AspNetCore -> /arrow/csharp/artifacts/Apache.Arrow.Flight.AspNetCore/Debug/netcoreapp3.1/Apache.Arrow.Flight.AspNetCore.dll
     Apache.Arrow.Flight.TestWeb -> /arrow/csharp/artifacts/Apache.Arrow.Flight.TestWeb/Debug/netcoreapp3.1/Apache.Arrow.Flight.TestWeb.dll
     Apache.Arrow.Flight.Tests -> /arrow/csharp/artifacts/Apache.Arrow.Flight.Tests/Debug/netcoreapp3.1/Apache.Arrow.Flight.Tests.dll
   Test run for /arrow/csharp/artifacts/Apache.Arrow.Flight.Tests/Debug/netcoreapp3.1/Apache.Arrow.Flight.Tests.dll (.NETCoreApp,Version=v3.1)
   Microsoft (R) Test Execution Command Line Tool Version 17.0.0
   Copyright (c) Microsoft Corporation.  All rights reserved.
   
   Starting test execution, please wait...
   A total of 1 test files matched the specified pattern.
   Testhost process exited with error: It was not possible to find any compatible framework version
   The framework 'Microsoft.AspNetCore.App', version '3.1.0' (x64) was not found.
     - The following frameworks were found:
         6.0.4 at [/tmp/arrow-HEAD.6doHP/csharp/bin/shared/Microsoft.AspNetCore.App]
   You can resolve the problem by installing the specified framework and/or SDK.
   The specified framework can be found at:
     - https://aka.ms/dotnet-core-applaunch?framework=Microsoft.AspNetCore.App&framework_version=3.1.0&arch=x64&rid=ubuntu.22.04-x64
   . Please check the diagnostic logs for more information.
   ```
   
   Should we support .NET 6.0? Or should we disable verification with .NET 6.0?


-- 
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 #12870: ARROW-16176: [Release][C#] Use .NET 6.0 on Ubuntu 22.04

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

   Revision: 2c8c80650fc518644f1565db9cf9085baf2d93b1
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-1933](https://github.com/ursacomputing/crossbow/branches/all?query=actions-1933)
   
   |Task|Status|
   |----|------|
   |verify-rc-source-csharp-linux-almalinux-8-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1933-github-verify-rc-source-csharp-linux-almalinux-8-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1933-github-verify-rc-source-csharp-linux-almalinux-8-amd64)|
   |verify-rc-source-csharp-linux-conda-latest-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1933-github-verify-rc-source-csharp-linux-conda-latest-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1933-github-verify-rc-source-csharp-linux-conda-latest-amd64)|
   |verify-rc-source-csharp-linux-ubuntu-18.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1933-github-verify-rc-source-csharp-linux-ubuntu-18.04-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1933-github-verify-rc-source-csharp-linux-ubuntu-18.04-amd64)|
   |verify-rc-source-csharp-linux-ubuntu-20.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1933-github-verify-rc-source-csharp-linux-ubuntu-20.04-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1933-github-verify-rc-source-csharp-linux-ubuntu-20.04-amd64)|
   |verify-rc-source-csharp-linux-ubuntu-22.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1933-github-verify-rc-source-csharp-linux-ubuntu-22.04-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1933-github-verify-rc-source-csharp-linux-ubuntu-22.04-amd64)|
   |verify-rc-source-csharp-macos-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1933-github-verify-rc-source-csharp-macos-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1933-github-verify-rc-source-csharp-macos-amd64)|
   |verify-rc-source-csharp-macos-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1933-github-verify-rc-source-csharp-macos-arm64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1933-github-verify-rc-source-csharp-macos-arm64)|


-- 
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 #12870: ARROW-16176: [Release][C#] Use .NET 6.0 on Ubuntu 22.04

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

   :warning: Ticket **has not been started in JIRA**, please click 'Start Progress'.


-- 
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 #12870: ARROW-16176: [Release][C#] Use .NET 6.0 on Ubuntu 22.04

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

   https://issues.apache.org/jira/browse/ARROW-16176


-- 
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 #12870: ARROW-16176: [Release][C#] Use .NET 6.0 on Ubuntu 22.04

Posted by GitBox <gi...@apache.org>.
kou commented on PR #12870:
URL: https://github.com/apache/arrow/pull/12870#issuecomment-1107650043

   > Do you want me to push changes to this PR to fix this? Or do you want me to send a separate PR?
   
   The former is better but you can choose the latter if you have a trouble.


-- 
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 #12870: ARROW-16176: [Release][C#] Use .NET 6.0 on Ubuntu 22.04

Posted by GitBox <gi...@apache.org>.
kou commented on PR #12870:
URL: https://github.com/apache/arrow/pull/12870#issuecomment-1097391644

   @github-actions crossbow submit verify-rc-source-csharp-*


-- 
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] kszucs commented on pull request #12870: ARROW-16176: [Release][C#] Use .NET 6.0 on Ubuntu 22.04

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

   @github-actions crossbow submit verify-rc-source-csharp-*


-- 
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] kszucs commented on pull request #12870: ARROW-16176: [Release][C#] Use .NET 6.0 on Ubuntu 22.04

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

   @github-actions crossbow submit verify-rc-source-csharp-*


-- 
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 #12870: ARROW-16176: [Release][C#] Use .NET 6.0 on Ubuntu 22.04

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

   Benchmark runs are scheduled for baseline = f6c99d5188c3816ee5fabcd7a835d5ceefd54aad and contender = f275f50792fb80e1615427620fd32681ecf3e07a. f275f50792fb80e1615427620fd32681ecf3e07a 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/32726f9acb3b460492c62f0886fc8070...88c77ca8576b491db8c42727188e8892/)
   [Failed] [test-mac-arm](https://conbench.ursa.dev/compare/runs/b35448537120419b8fed3f81c28a6d7f...0b823a03dfe042aa834e378b2241d841/)
   [Finished :arrow_down:0.0% :arrow_up:0.0%] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/9211d70c3bac482c8cd79e9bf2e99cba...8fca9b0378c94da496cd33b940e4259d/)
   [Finished :arrow_down:0.21% :arrow_up:0.0%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/96253fdaec3d48c28541bfdf8a8ca330...1d132f6cc4b6454eab4e189120912d59/)
   Buildkite builds:
   [Finished] [`f275f507` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/616)
   [Failed] [`f275f507` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/604)
   [Finished] [`f275f507` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/605)
   [Finished] [`f275f507` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/614)
   [Finished] [`f6c99d51` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/615)
   [Failed] [`f6c99d51` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/603)
   [Finished] [`f6c99d51` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/604)
   [Finished] [`f6c99d51` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/613)
   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 #12870: ARROW-16176: [Release][C#] Use .NET 6.0 on Ubuntu 22.04

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

   ```
   Unable to match any tasks for `viery-rc-source-csharp-*`
   The Archery job run can be found at: https://github.com/apache/arrow/actions/runs/2158165874```


-- 
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 #12870: ARROW-16176: [Release][C#] Use .NET 6.0 on Ubuntu 22.04

Posted by GitBox <gi...@apache.org>.
kou commented on PR #12870:
URL: https://github.com/apache/arrow/pull/12870#issuecomment-1097376878

   @github-actions crossbow submit viery-rc-source-csharp-*


-- 
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 #12870: ARROW-16176: [Release][C#] Use .NET 6.0 on Ubuntu 22.04

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

   Revision: 2ed44c0c7944561b6d52c3a6804207f3722a99c6
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-1839](https://github.com/ursacomputing/crossbow/branches/all?query=actions-1839)
   
   |Task|Status|
   |----|------|
   |verify-rc-source-csharp-linux-almalinux-8-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1839-github-verify-rc-source-csharp-linux-almalinux-8-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1839-github-verify-rc-source-csharp-linux-almalinux-8-amd64)|
   |verify-rc-source-csharp-linux-conda-latest-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1839-github-verify-rc-source-csharp-linux-conda-latest-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1839-github-verify-rc-source-csharp-linux-conda-latest-amd64)|
   |verify-rc-source-csharp-linux-ubuntu-18.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1839-github-verify-rc-source-csharp-linux-ubuntu-18.04-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1839-github-verify-rc-source-csharp-linux-ubuntu-18.04-amd64)|
   |verify-rc-source-csharp-linux-ubuntu-20.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1839-github-verify-rc-source-csharp-linux-ubuntu-20.04-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1839-github-verify-rc-source-csharp-linux-ubuntu-20.04-amd64)|
   |verify-rc-source-csharp-linux-ubuntu-22.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1839-github-verify-rc-source-csharp-linux-ubuntu-22.04-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1839-github-verify-rc-source-csharp-linux-ubuntu-22.04-amd64)|
   |verify-rc-source-csharp-macos-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1839-github-verify-rc-source-csharp-macos-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1839-github-verify-rc-source-csharp-macos-amd64)|
   |verify-rc-source-csharp-macos-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1839-github-verify-rc-source-csharp-macos-arm64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1839-github-verify-rc-source-csharp-macos-arm64)|


-- 
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 #12870: ARROW-16176: [Release][C#] Use .NET 6.0 on Ubuntu 22.04

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

   Revision: 135f66ca733259485c95a6384f94cff46935b149
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-1936](https://github.com/ursacomputing/crossbow/branches/all?query=actions-1936)
   
   |Task|Status|
   |----|------|
   |verify-rc-source-csharp-linux-almalinux-8-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1936-github-verify-rc-source-csharp-linux-almalinux-8-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1936-github-verify-rc-source-csharp-linux-almalinux-8-amd64)|
   |verify-rc-source-csharp-linux-conda-latest-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1936-github-verify-rc-source-csharp-linux-conda-latest-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1936-github-verify-rc-source-csharp-linux-conda-latest-amd64)|
   |verify-rc-source-csharp-linux-ubuntu-18.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1936-github-verify-rc-source-csharp-linux-ubuntu-18.04-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1936-github-verify-rc-source-csharp-linux-ubuntu-18.04-amd64)|
   |verify-rc-source-csharp-linux-ubuntu-20.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1936-github-verify-rc-source-csharp-linux-ubuntu-20.04-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1936-github-verify-rc-source-csharp-linux-ubuntu-20.04-amd64)|
   |verify-rc-source-csharp-linux-ubuntu-22.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1936-github-verify-rc-source-csharp-linux-ubuntu-22.04-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1936-github-verify-rc-source-csharp-linux-ubuntu-22.04-amd64)|
   |verify-rc-source-csharp-macos-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1936-github-verify-rc-source-csharp-macos-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1936-github-verify-rc-source-csharp-macos-amd64)|
   |verify-rc-source-csharp-macos-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1936-github-verify-rc-source-csharp-macos-arm64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1936-github-verify-rc-source-csharp-macos-arm64)|


-- 
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 #12870: ARROW-16176: [Release][C#] Use .NET 6.0 on Ubuntu 22.04

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

   Revision: 285c47c5b4654f603d92842140f9add1c202c549
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-1840](https://github.com/ursacomputing/crossbow/branches/all?query=actions-1840)
   
   |Task|Status|
   |----|------|
   |verify-rc-source-csharp-linux-almalinux-8-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1840-github-verify-rc-source-csharp-linux-almalinux-8-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1840-github-verify-rc-source-csharp-linux-almalinux-8-amd64)|
   |verify-rc-source-csharp-linux-conda-latest-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1840-github-verify-rc-source-csharp-linux-conda-latest-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1840-github-verify-rc-source-csharp-linux-conda-latest-amd64)|
   |verify-rc-source-csharp-linux-ubuntu-18.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1840-github-verify-rc-source-csharp-linux-ubuntu-18.04-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1840-github-verify-rc-source-csharp-linux-ubuntu-18.04-amd64)|
   |verify-rc-source-csharp-linux-ubuntu-20.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1840-github-verify-rc-source-csharp-linux-ubuntu-20.04-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1840-github-verify-rc-source-csharp-linux-ubuntu-20.04-amd64)|
   |verify-rc-source-csharp-linux-ubuntu-22.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1840-github-verify-rc-source-csharp-linux-ubuntu-22.04-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1840-github-verify-rc-source-csharp-linux-ubuntu-22.04-amd64)|
   |verify-rc-source-csharp-macos-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1840-github-verify-rc-source-csharp-macos-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1840-github-verify-rc-source-csharp-macos-amd64)|
   |verify-rc-source-csharp-macos-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1840-github-verify-rc-source-csharp-macos-arm64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1840-github-verify-rc-source-csharp-macos-arm64)|


-- 
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] eerhardt commented on pull request #12870: ARROW-16176: [Release][C#] Use .NET 6.0 on Ubuntu 22.04

Posted by GitBox <gi...@apache.org>.
eerhardt commented on PR #12870:
URL: https://github.com/apache/arrow/pull/12870#issuecomment-1107688951

   @github-actions crossbow submit verify-rc-source-csharp-*


-- 
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 #12870: ARROW-16176: [Release][C#] Use .NET 6.0 on Ubuntu 22.04

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

   Revision: 0c6abeb53a932f1c810dfee66876805cf59c9769
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-1935](https://github.com/ursacomputing/crossbow/branches/all?query=actions-1935)
   
   |Task|Status|
   |----|------|
   |verify-rc-source-csharp-linux-almalinux-8-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1935-github-verify-rc-source-csharp-linux-almalinux-8-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1935-github-verify-rc-source-csharp-linux-almalinux-8-amd64)|
   |verify-rc-source-csharp-linux-conda-latest-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1935-github-verify-rc-source-csharp-linux-conda-latest-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1935-github-verify-rc-source-csharp-linux-conda-latest-amd64)|
   |verify-rc-source-csharp-linux-ubuntu-18.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1935-github-verify-rc-source-csharp-linux-ubuntu-18.04-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1935-github-verify-rc-source-csharp-linux-ubuntu-18.04-amd64)|
   |verify-rc-source-csharp-linux-ubuntu-20.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1935-github-verify-rc-source-csharp-linux-ubuntu-20.04-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1935-github-verify-rc-source-csharp-linux-ubuntu-20.04-amd64)|
   |verify-rc-source-csharp-linux-ubuntu-22.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1935-github-verify-rc-source-csharp-linux-ubuntu-22.04-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1935-github-verify-rc-source-csharp-linux-ubuntu-22.04-amd64)|
   |verify-rc-source-csharp-macos-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1935-github-verify-rc-source-csharp-macos-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1935-github-verify-rc-source-csharp-macos-amd64)|
   |verify-rc-source-csharp-macos-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1935-github-verify-rc-source-csharp-macos-arm64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1935-github-verify-rc-source-csharp-macos-arm64)|


-- 
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] kszucs closed pull request #12870: ARROW-16176: [Release][C#] Use .NET 6.0 on Ubuntu 22.04

Posted by GitBox <gi...@apache.org>.
kszucs closed pull request #12870: ARROW-16176: [Release][C#] Use .NET 6.0 on Ubuntu 22.04
URL: https://github.com/apache/arrow/pull/12870


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