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 2021/05/03 07:29:59 UTC

[GitHub] [arrow] jorisvandenbossche opened a new pull request #10221: ARROW-12611: [CI][Python] Add different numpy versions to pandas nightly builds

jorisvandenbossche opened a new pull request #10221:
URL: https://github.com/apache/arrow/pull/10221


   


-- 
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] jorisvandenbossche commented on pull request #10221: ARROW-12611: [CI][Python] Add different numpy versions to pandas nightly builds

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


   > Is there a significant difference between pandas "nightly" and "master"?
   
   No (on average only a few commits of difference, since nightly is updated every day). IMO testing both is using more CI resources than needed. I am fine with only a single nightly or master build.
   (I seem to recall I argued for having only one of both when it was added by @kszucs, but don't remember exactly)
   
   @kszucs this also adds again a build with numpy nightly, which seems to have been accidentally lost in the refactor in https://github.com/apache/arrow/pull/10130


-- 
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] jorisvandenbossche commented on pull request #10221: ARROW-12611: [CI][Python] Add different numpy versions to pandas nightly builds

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


   @kszucs I needed to pin numpy to an older version for the pandas-0.24 build, but so at once added a numpy version for each of the builds, so we also have one build with an older version of numpy and with nightly version


-- 
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 #10221: ARROW-12611: [CI][Python] Add different numpy versions to pandas nightly builds

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


   > @kszucs this also adds again a build with numpy nightly, which seems to have been accidentally lost in the refactor in #10130
   
   Thanks @jorisvandenbossche for fixing that!
   


-- 
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 #10221: ARROW-12611: [CI][Python] Add different numpy versions to pandas nightly builds

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


   Revision: 4b64c86ba5bd28e5c6307c3f302b62143778b384
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-364](https://github.com/ursacomputing/crossbow/branches/all?query=actions-364)
   
   |Task|Status|
   |----|------|
   |test-conda-python-3.6-pandas-0.23|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-364-github-test-conda-python-3.6-pandas-0.23)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-364-github-test-conda-python-3.6-pandas-0.23)|
   |test-conda-python-3.7-pandas-0.24|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-364-github-test-conda-python-3.7-pandas-0.24)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-364-github-test-conda-python-3.7-pandas-0.24)|
   |test-conda-python-3.7-pandas-latest|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-364-github-test-conda-python-3.7-pandas-latest)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-364-github-test-conda-python-3.7-pandas-latest)|
   |test-conda-python-3.8-pandas-latest|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-364-github-test-conda-python-3.8-pandas-latest)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-364-github-test-conda-python-3.8-pandas-latest)|
   |test-conda-python-3.8-pandas-nightly|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-364-github-test-conda-python-3.8-pandas-nightly)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-364-github-test-conda-python-3.8-pandas-nightly)|
   |test-conda-python-3.9-pandas-master|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-364-github-test-conda-python-3.9-pandas-master)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-364-github-test-conda-python-3.9-pandas-master)|


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

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



[GitHub] [arrow] jorisvandenbossche edited a comment on pull request #10221: ARROW-12611: [CI][Python] Add different numpy versions to pandas nightly builds

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


   > Is there a significant difference between pandas "nightly" and "master"?
   
   No (on average only a few commits of difference, since nightly is updated every day). IMO testing both is using more CI resources than needed. I am fine with only a single nightly or master build.
   (I seem to recall I argued for having only one of both when it was added by @kszucs, but don't remember exactly what the reasons were to do this)
   
   @kszucs this also adds again a build with numpy nightly, which seems to have been accidentally lost in the refactor in https://github.com/apache/arrow/pull/10130


-- 
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] jorisvandenbossche commented on pull request #10221: ARROW-12611: [CI][Python] Add different numpy versions to pandas nightly builds

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


   @github-actions crossbow submit test-conda-python-3.6-pandas-0.23


-- 
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] pitrou commented on pull request #10221: ARROW-12611: [CI][Python] Add different numpy versions to pandas nightly builds

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


   Is there a significant difference between pandas "nightly" and "master"?


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

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



[GitHub] [arrow] kszucs closed pull request #10221: ARROW-12611: [CI][Python] Add different numpy versions to pandas nightly builds

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


   


-- 
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 #10221: ARROW-12611: [CI][Python] Add different numpy versions to pandas nightly builds

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


   Revision: eae2a0565f9ad830813d5d99b76711e2c12c6607
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-365](https://github.com/ursacomputing/crossbow/branches/all?query=actions-365)
   
   |Task|Status|
   |----|------|
   |test-conda-python-3.6-pandas-0.23|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-365-github-test-conda-python-3.6-pandas-0.23)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-365-github-test-conda-python-3.6-pandas-0.23)|


-- 
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] jorisvandenbossche commented on pull request #10221: ARROW-12611: [CI][Python] Add different numpy versions to pandas nightly builds

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


   @github-actions crossbow submit test-*pandas*


-- 
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 #10221: ARROW-12611: [CI][Python] Add different numpy versions to pandas nightly builds

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


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


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