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/02/09 21:22:08 UTC

[GitHub] [arrow] kou opened a new pull request #12385: ARROW-15631: [Packaging][RPM] Add major version to libs packages

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


   We always use XXX-libs such as arrow-libs for all versions for now. It
   has the following problems:
   
   1. "dnf update" is failed after we release a new version
      until downstream packages are rebuilt for the new version.
   2. Users can't use different major versions such as 6.0.0 and 7.0.0
      in the same system.
   
   Example for 1.: Groonga https://groonga.org/ uses Apache Arrow and it
   provides RPM packages built with arrow-libs. If Groonga's package is
   built with arrow-libs for 6.0.0, "dnf update" is failed when we
   release arrow-libs for 7.0.0. Because "dnf update" tries to update
   arrow-libs to 7.0.0 from 6.0.0 but Groonga's packages depend on
   arrow-libs for 6.0.0 not 7.0.0. This isn't resolved until Groonga's
   packages are rebuilt with arrow-libs for 7.0.0. If we provide
   arrow6-libs for 6.0.0 and arrow7-libs for 7.0.0, "dnf update" isn't
   failed without rebuilding Groonga's packages with arrow7-libs.


-- 
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 #12385: ARROW-15631: [Packaging][RPM] Add major version to libs packages

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


   Benchmark runs are scheduled for baseline = 1fb5b94fe3bde4f75b0efd645360e5a10b8d8f2e and contender = 90edde22090dbb97a5f3728f476511c5b5c388de. 90edde22090dbb97a5f3728f476511c5b5c388de 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/b5c18a55eee64f3c94b8796b1a6a948f...3b3b8902374c4c349a78922b11f60754/)
   [Scheduled] [test-mac-arm](https://conbench.ursa.dev/compare/runs/e336cafdc98147b38f7948cc4eb7921b...fcec2d8a0ce24ff884645f22d2639dc7/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/b96691f21330481aa734924a55c92fc3...ecea0e5109d2462196c06415b04a4bb6/)
   [Scheduled] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/956fe399cfc04831a3c39fe0121c0c32...088e1686fb72407ea6c6ff527ce841e9/)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python. 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] kou commented on pull request #12385: ARROW-15631: [Packaging][RPM] Add major version to libs packages

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






-- 
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 #12385: ARROW-15631: [Packaging][RPM] Add major version to libs packages

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


   Benchmark runs are scheduled for baseline = 1fb5b94fe3bde4f75b0efd645360e5a10b8d8f2e and contender = 90edde22090dbb97a5f3728f476511c5b5c388de. 90edde22090dbb97a5f3728f476511c5b5c388de 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/b5c18a55eee64f3c94b8796b1a6a948f...3b3b8902374c4c349a78922b11f60754/)
   [Scheduled] [test-mac-arm](https://conbench.ursa.dev/compare/runs/e336cafdc98147b38f7948cc4eb7921b...fcec2d8a0ce24ff884645f22d2639dc7/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/b96691f21330481aa734924a55c92fc3...ecea0e5109d2462196c06415b04a4bb6/)
   [Failed] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/956fe399cfc04831a3c39fe0121c0c32...088e1686fb72407ea6c6ff527ce841e9/)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python. 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 #12385: ARROW-15631: [Packaging][RPM] Add major version to libs packages

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






-- 
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 closed pull request #12385: ARROW-15631: [Packaging][RPM] Add major version to libs packages

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


   


-- 
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 #12385: ARROW-15631: [Packaging][RPM] Add major version to libs packages

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


   @github-actions crossbow submit almalinux-* centos-*


-- 
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 #12385: ARROW-15631: [Packaging][RPM] Add major version to libs packages

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


   Revision: ffea37cfbc7341ea43aac0da1556b727b2a44543
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-1626](https://github.com/ursacomputing/crossbow/branches/all?query=actions-1626)
   
   |Task|Status|
   |----|------|
   |almalinux-8-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1626-github-almalinux-8-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1626-github-almalinux-8-amd64)|
   |almalinux-8-arm64|[![TravisCI](https://img.shields.io/travis/ursacomputing/crossbow/actions-1626-travis-almalinux-8-arm64.svg)](https://app.travis-ci.com/github/ursacomputing/crossbow/branches)|


-- 
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 #12385: ARROW-15631: [Packaging][RPM] Add major version to libs packages

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


   Benchmark runs are scheduled for baseline = 1fb5b94fe3bde4f75b0efd645360e5a10b8d8f2e and contender = 90edde22090dbb97a5f3728f476511c5b5c388de. 90edde22090dbb97a5f3728f476511c5b5c388de 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/b5c18a55eee64f3c94b8796b1a6a948f...3b3b8902374c4c349a78922b11f60754/)
   [Scheduled] [test-mac-arm](https://conbench.ursa.dev/compare/runs/e336cafdc98147b38f7948cc4eb7921b...fcec2d8a0ce24ff884645f22d2639dc7/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/b96691f21330481aa734924a55c92fc3...ecea0e5109d2462196c06415b04a4bb6/)
   [Scheduled] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/956fe399cfc04831a3c39fe0121c0c32...088e1686fb72407ea6c6ff527ce841e9/)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python. 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] ursabot edited a comment on pull request #12385: ARROW-15631: [Packaging][RPM] Add major version to libs packages

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


   Benchmark runs are scheduled for baseline = 1fb5b94fe3bde4f75b0efd645360e5a10b8d8f2e and contender = 90edde22090dbb97a5f3728f476511c5b5c388de. 90edde22090dbb97a5f3728f476511c5b5c388de 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/b5c18a55eee64f3c94b8796b1a6a948f...3b3b8902374c4c349a78922b11f60754/)
   [Finished :arrow_down:0.34% :arrow_up:0.0%] [test-mac-arm](https://conbench.ursa.dev/compare/runs/e336cafdc98147b38f7948cc4eb7921b...fcec2d8a0ce24ff884645f22d2639dc7/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/b96691f21330481aa734924a55c92fc3...ecea0e5109d2462196c06415b04a4bb6/)
   [Failed] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/956fe399cfc04831a3c39fe0121c0c32...088e1686fb72407ea6c6ff527ce841e9/)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python. 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] ursabot edited a comment on pull request #12385: ARROW-15631: [Packaging][RPM] Add major version to libs packages

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


   Benchmark runs are scheduled for baseline = 1fb5b94fe3bde4f75b0efd645360e5a10b8d8f2e and contender = 90edde22090dbb97a5f3728f476511c5b5c388de. 90edde22090dbb97a5f3728f476511c5b5c388de is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Failed] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/b5c18a55eee64f3c94b8796b1a6a948f...3b3b8902374c4c349a78922b11f60754/)
   [Failed] [test-mac-arm](https://conbench.ursa.dev/compare/runs/e336cafdc98147b38f7948cc4eb7921b...fcec2d8a0ce24ff884645f22d2639dc7/)
   [Failed] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/b96691f21330481aa734924a55c92fc3...ecea0e5109d2462196c06415b04a4bb6/)
   [Failed] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/956fe399cfc04831a3c39fe0121c0c32...088e1686fb72407ea6c6ff527ce841e9/)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python. 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] ursabot edited a comment on pull request #12385: ARROW-15631: [Packaging][RPM] Add major version to libs packages

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


   Benchmark runs are scheduled for baseline = 1fb5b94fe3bde4f75b0efd645360e5a10b8d8f2e and contender = 90edde22090dbb97a5f3728f476511c5b5c388de. 90edde22090dbb97a5f3728f476511c5b5c388de 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/b5c18a55eee64f3c94b8796b1a6a948f...3b3b8902374c4c349a78922b11f60754/)
   [Scheduled] [test-mac-arm](https://conbench.ursa.dev/compare/runs/e336cafdc98147b38f7948cc4eb7921b...fcec2d8a0ce24ff884645f22d2639dc7/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/b96691f21330481aa734924a55c92fc3...ecea0e5109d2462196c06415b04a4bb6/)
   [Failed] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/956fe399cfc04831a3c39fe0121c0c32...088e1686fb72407ea6c6ff527ce841e9/)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python. 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] kou commented on pull request #12385: ARROW-15631: [Packaging][RPM] Add major version to libs packages

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


   @github-actions crossbow submit almalinux-*


-- 
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 #12385: ARROW-15631: [Packaging][RPM] Add major version to libs packages

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


   Benchmark runs are scheduled for baseline = 1fb5b94fe3bde4f75b0efd645360e5a10b8d8f2e and contender = 90edde22090dbb97a5f3728f476511c5b5c388de. 90edde22090dbb97a5f3728f476511c5b5c388de is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Failed] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/b5c18a55eee64f3c94b8796b1a6a948f...3b3b8902374c4c349a78922b11f60754/)
   [Failed] [test-mac-arm](https://conbench.ursa.dev/compare/runs/e336cafdc98147b38f7948cc4eb7921b...fcec2d8a0ce24ff884645f22d2639dc7/)
   [Failed] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/b96691f21330481aa734924a55c92fc3...ecea0e5109d2462196c06415b04a4bb6/)
   [Failed] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/956fe399cfc04831a3c39fe0121c0c32...088e1686fb72407ea6c6ff527ce841e9/)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python. 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] ursabot commented on pull request #12385: ARROW-15631: [Packaging][RPM] Add major version to libs packages

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


   Benchmark runs are scheduled for baseline = 1fb5b94fe3bde4f75b0efd645360e5a10b8d8f2e and contender = 90edde22090dbb97a5f3728f476511c5b5c388de. 90edde22090dbb97a5f3728f476511c5b5c388de 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/b5c18a55eee64f3c94b8796b1a6a948f...3b3b8902374c4c349a78922b11f60754/)
   [Scheduled] [test-mac-arm](https://conbench.ursa.dev/compare/runs/e336cafdc98147b38f7948cc4eb7921b...fcec2d8a0ce24ff884645f22d2639dc7/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/b96691f21330481aa734924a55c92fc3...ecea0e5109d2462196c06415b04a4bb6/)
   [Scheduled] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/956fe399cfc04831a3c39fe0121c0c32...088e1686fb72407ea6c6ff527ce841e9/)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python. 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 #12385: ARROW-15631: [Packaging][RPM] Add major version to libs packages

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


   Revision: 24c36c0f2a0b6ebdd9f8edeb441c107452ac3b65
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-1609](https://github.com/ursacomputing/crossbow/branches/all?query=actions-1609)
   
   |Task|Status|
   |----|------|
   |almalinux-8-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1609-github-almalinux-8-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1609-github-almalinux-8-amd64)|
   |almalinux-8-arm64|[![TravisCI](https://img.shields.io/travis/ursacomputing/crossbow/actions-1609-travis-almalinux-8-arm64.svg)](https://app.travis-ci.com/github/ursacomputing/crossbow/branches)|
   |centos-7-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1609-github-centos-7-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1609-github-centos-7-amd64)|


-- 
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 #12385: ARROW-15631: [Packaging][RPM] Add major version to libs packages

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


   +1


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

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



[GitHub] [arrow] kou closed pull request #12385: ARROW-15631: [Packaging][RPM] Add major version to libs packages

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


   


-- 
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 #12385: ARROW-15631: [Packaging][RPM] Add major version to libs packages

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


   Revision: ffea37cfbc7341ea43aac0da1556b727b2a44543
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-1626](https://github.com/ursacomputing/crossbow/branches/all?query=actions-1626)
   
   |Task|Status|
   |----|------|
   |almalinux-8-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1626-github-almalinux-8-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1626-github-almalinux-8-amd64)|
   |almalinux-8-arm64|[![TravisCI](https://img.shields.io/travis/ursacomputing/crossbow/actions-1626-travis-almalinux-8-arm64.svg)](https://app.travis-ci.com/github/ursacomputing/crossbow/branches)|


-- 
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 #12385: ARROW-15631: [Packaging][RPM] Add major version to libs packages

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


   Benchmark runs are scheduled for baseline = 1fb5b94fe3bde4f75b0efd645360e5a10b8d8f2e and contender = 90edde22090dbb97a5f3728f476511c5b5c388de. 90edde22090dbb97a5f3728f476511c5b5c388de 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/b5c18a55eee64f3c94b8796b1a6a948f...3b3b8902374c4c349a78922b11f60754/)
   [Finished :arrow_down:0.34% :arrow_up:0.0%] [test-mac-arm](https://conbench.ursa.dev/compare/runs/e336cafdc98147b38f7948cc4eb7921b...fcec2d8a0ce24ff884645f22d2639dc7/)
   [Finished :arrow_down:0.0% :arrow_up:0.0%] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/b96691f21330481aa734924a55c92fc3...ecea0e5109d2462196c06415b04a4bb6/)
   [Failed] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/956fe399cfc04831a3c39fe0121c0c32...088e1686fb72407ea6c6ff527ce841e9/)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python. 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] ursabot edited a comment on pull request #12385: ARROW-15631: [Packaging][RPM] Add major version to libs packages

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






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