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/07 21:50:19 UTC

[GitHub] [arrow] terencehonles opened a new pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

terencehonles opened a new pull request #8386:
URL: https://github.com/apache/arrow/pull/8386


   Adds support and testing for Python 3.9. I am looking for review as this change may have touched too many things, but I'm also looking to get the CI to test all the different environments.
   
   H/T: @kou, the documentation and #5685 for helping me get this off the ground.


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @kou enabled the workflow scope and it works now.


----------------------------------------------------------------
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] kou commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   >     * For the windows wheel it looks like the issue is the VS runtime is pinned [here](https://github.com/apache/arrow/blob/fa456de6d03c4fa5bac104b5b31f72d7be92f450/dev/tasks/python-wheels/win-build.bat#L28). I'm not sure if I can just remove that or what I should adjust it to.
   
   Could you try removing `"vs2015_runtime<14.16"`?
   
   @kszucs Do you remember why you added it in #7129 ? 
   
   >     * For Mac it looks like it's [something to do with CMake](https://travis-ci.com/github/ursa-labs/crossbow/builds/191503619#L467-L475) and I'm not sure where to go from here
   
   Could you try the command lines that are executed in CMake on the environment?
   
     * https://gitlab.kitware.com/cmake/cmake/-/blob/v3.17.0/Modules/FindPython/Support.cmake#L2333
     * https://gitlab.kitware.com/cmake/cmake/-/blob/v3.17.0/Modules/FindPython/Support.cmake#L2357
   
   >     * C++ / AMD64 Windows MinGW 64 C++ (pull_request) looks like it's starting to fail now, and it's because of a timeout error. The timeout is set to 5 minutes, but I'm wondering if it's OK for me to bump it up higher.
   
   Generally, a timeout error in C++ test means the test process is stuck. It can't be fixed by increasing timeout.


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-osx-*


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-osx-mavericks-cp39


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: 3488e1c6fc6b6d5393daa26549a3ea023a627512
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-711](https://github.com/ursa-labs/crossbow/branches/all?query=actions-711)
   
   |Task|Status|
   |----|------|
   |wheel-win-cp38|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-711-github-wheel-win-cp38)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-711-github-wheel-win-cp38)|


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: 797da2423e1b82473af3140c2c6d8ac048ed7d7b
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-718](https://github.com/ursa-labs/crossbow/branches/all?query=actions-718)
   
   |Task|Status|
   |----|------|
   |wheel-win-cp39|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-718-github-wheel-win-cp39)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-718-github-wheel-win-cp39)|


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-win-cp38


----------------------------------------------------------------
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] liyucheng09 commented on pull request #8386: ARROW-10224: [Python] Add support for Python 3.9 except macOS wheel and Windows wheel

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


   @kou Thanks for your help. I think it may because the link `https://pypi.fury.io/arrow-nightlies/` still lacks wheels for python3.9 on macos.


----------------------------------------------------------------
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] terencehonles commented on a change in pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

Posted by GitBox <gi...@apache.org>.
terencehonles commented on a change in pull request #8386:
URL: https://github.com/apache/arrow/pull/8386#discussion_r501464330



##########
File path: python/pyproject.toml
##########
@@ -19,7 +19,9 @@
 requires = [
     "cython >= 0.29",
     "numpy==1.14.5; python_version<'3.7'",
-    "numpy==1.16.0; python_version>='3.7'",

Review comment:
       Just to follow up, 1.19.2 did work for me, I'm just saying there might be a earlier release that works. It's probably simplest/best to use 1.19.2 since it's mentioned in their changelog:
   
   > This release supports Python 3.6-3.8. Cython >= 0.29.21 needs to be used when building with Python 3.9 for testing purposes.
   https://numpy.org/devdocs/release/1.19.2-notes.html
   
   ...looking at 1.19.1 it says the same thing so it might be safe to go backwards




----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   > @github-actions crossbow submit -g conda
   
   I _think_ the issue with the failed jobs is I didn't bump the numpy version in the `conda-recipies/.ci_support` ? I noticed that even Python 3.8 was set to numpy 1.16 so I might be wrong about that.
   
   I updated the following https://github.com/apache/arrow/pull/8386/files#diff-0bd27b86c3660caa163f79bd5077954145a206949c81b9d8770a5d06a7c89c5bR39-R40 in each of the files
   
   ```yaml
   numpy:
   - '1.19.2'
   ```
   
   and rebased the changes. It looks like a test is now failing and I'll look to see if I can quickly resolve 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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   > > ```
   > > * For the windows wheel it looks like the issue is the VS runtime is pinned [here](https://github.com/apache/arrow/blob/fa456de6d03c4fa5bac104b5b31f72d7be92f450/dev/tasks/python-wheels/win-build.bat#L28). I'm not sure if I can just remove that or what I should adjust it to.
   > > ```
   > 
   > Could you try removing `"vs2015_runtime<14.16"`?
   
   It looks like all of the windows wheels are failing on
   
   ```
   --   Including C:/Miniconda3-x64/envs/wheel-build/Library/lib/cmake/boost_regex-1.74.0/libboost_regex-variant-shared.cmake
   --   [ ] boost_regex.lib
   CMake Error at C:/Miniconda3-x64/envs/wheel-build/Library/lib/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package):
     Found package configuration file:
       C:/Miniconda3-x64/envs/wheel-build/Library/lib/cmake/boost_regex-1.74.0/boost_regex-config.cmake
     but it set boost_regex_FOUND to FALSE so package "boost_regex" is
     considered to be NOT FOUND.  Reason given by package:
     No suitable build variant has been found.
     The following variants have been tried and rejected:
     * boost_regex.lib (shared, Boost_USE_STATIC_LIBS=ON)
   Call Stack (most recent call first):
   ```


----------------------------------------------------------------
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] kou commented on pull request #8386: ARROW-10224: [Python] Add support for Python 3.9 except macOS wheel and Windows wheel

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


   @xhochy Can we accept `conda-linux-gcc-py*-aarch64` failures in this pull request?
   


----------------------------------------------------------------
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] terencehonles edited a comment on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Py3.7 looks like it's something wrong when testing the wheel (I'll see if I can reproduce locally). I and I'm not sure what do do about llvm 10/11 [here](https://github.com/apache/arrow/pull/8386/checks?check_run_id=1282217190)


----------------------------------------------------------------
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] xhochy commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   > Also, conda-forge doesn't seem to be ready either.
   
   Should be ready now.


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Add support for Python 3.9 except macOS wheel and Windows wheel

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


   Revision: 173d45ef30532e7f3b4058172c868799c9b23902
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-783](https://github.com/ursa-labs/crossbow/branches/all?query=actions-783)
   
   |Task|Status|
   |----|------|
   |conda-clean|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-783-azure-conda-clean)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-783-azure-conda-clean)|
   |conda-linux-gcc-py36-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-783-drone-conda-linux-gcc-py36-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py36-cpu-r36|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-783-azure-conda-linux-gcc-py36-cpu-r36)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-783-azure-conda-linux-gcc-py36-cpu-r36)|
   |conda-linux-gcc-py36-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-783-azure-conda-linux-gcc-py36-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-783-azure-conda-linux-gcc-py36-cuda)|
   |conda-linux-gcc-py37-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-783-drone-conda-linux-gcc-py37-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py37-cpu-r40|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-783-azure-conda-linux-gcc-py37-cpu-r40)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-783-azure-conda-linux-gcc-py37-cpu-r40)|
   |conda-linux-gcc-py37-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-783-azure-conda-linux-gcc-py37-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-783-azure-conda-linux-gcc-py37-cuda)|
   |conda-linux-gcc-py38-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-783-drone-conda-linux-gcc-py38-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py38-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-783-azure-conda-linux-gcc-py38-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-783-azure-conda-linux-gcc-py38-cpu)|
   |conda-linux-gcc-py38-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-783-azure-conda-linux-gcc-py38-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-783-azure-conda-linux-gcc-py38-cuda)|
   |conda-linux-gcc-py39-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-783-drone-conda-linux-gcc-py39-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py39-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-783-azure-conda-linux-gcc-py39-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-783-azure-conda-linux-gcc-py39-cpu)|
   |conda-linux-gcc-py39-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-783-azure-conda-linux-gcc-py39-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-783-azure-conda-linux-gcc-py39-cuda)|
   |conda-osx-clang-py36-r36|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-783-azure-conda-osx-clang-py36-r36)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-783-azure-conda-osx-clang-py36-r36)|
   |conda-osx-clang-py37-r40|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-783-azure-conda-osx-clang-py37-r40)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-783-azure-conda-osx-clang-py37-r40)|
   |conda-osx-clang-py38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-783-azure-conda-osx-clang-py38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-783-azure-conda-osx-clang-py38)|
   |conda-win-vs2017-py36-r36|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-783-azure-conda-win-vs2017-py36-r36)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-783-azure-conda-win-vs2017-py36-r36)|
   |conda-win-vs2017-py37-r40|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-783-azure-conda-win-vs2017-py37-r40)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-783-azure-conda-win-vs2017-py37-r40)|
   |conda-win-vs2017-py38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-783-azure-conda-win-vs2017-py38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-783-azure-conda-win-vs2017-py38)|
   |wheel-manylinux1-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-783-azure-wheel-manylinux1-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-783-azure-wheel-manylinux1-cp36m)|
   |wheel-manylinux1-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-783-azure-wheel-manylinux1-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-783-azure-wheel-manylinux1-cp37m)|
   |wheel-manylinux1-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-783-azure-wheel-manylinux1-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-783-azure-wheel-manylinux1-cp38)|
   |wheel-manylinux1-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-783-azure-wheel-manylinux1-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-783-azure-wheel-manylinux1-cp39)|
   |wheel-manylinux2010-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-783-azure-wheel-manylinux2010-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-783-azure-wheel-manylinux2010-cp36m)|
   |wheel-manylinux2010-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-783-azure-wheel-manylinux2010-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-783-azure-wheel-manylinux2010-cp37m)|
   |wheel-manylinux2010-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-783-azure-wheel-manylinux2010-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-783-azure-wheel-manylinux2010-cp38)|
   |wheel-manylinux2010-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-783-azure-wheel-manylinux2010-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-783-azure-wheel-manylinux2010-cp39)|
   |wheel-manylinux2014-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-783-azure-wheel-manylinux2014-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-783-azure-wheel-manylinux2014-cp36m)|
   |wheel-manylinux2014-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-783-azure-wheel-manylinux2014-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-783-azure-wheel-manylinux2014-cp37m)|
   |wheel-manylinux2014-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-783-azure-wheel-manylinux2014-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-783-azure-wheel-manylinux2014-cp38)|
   |wheel-manylinux2014-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-783-azure-wheel-manylinux2014-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-783-azure-wheel-manylinux2014-cp39)|


----------------------------------------------------------------
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] kou commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-win-cp38


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   I reverted some of the OS X changes. I'm not sure I actually needed to change Python 3.8 there since it looks like that travis file is templated out to all OS X wheels and it is still using Python 3.8 in all of them. That's either a bug or that there's something else that's using the `python_version` that's also specified in the travis jobs (more likely the latter). 


----------------------------------------------------------------
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] kou commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-win-*


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: 3488e1c6fc6b6d5393daa26549a3ea023a627512
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-698](https://github.com/ursa-labs/crossbow/branches/all?query=actions-698)
   
   |Task|Status|
   |----|------|
   |wheel-win-cp36m|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-698-github-wheel-win-cp36m)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-698-github-wheel-win-cp36m)|
   |wheel-win-cp37m|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-698-github-wheel-win-cp37m)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-698-github-wheel-win-cp37m)|
   |wheel-win-cp38|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-698-github-wheel-win-cp38)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-698-github-wheel-win-cp38)|
   |wheel-win-cp39|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-698-github-wheel-win-cp39)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-698-github-wheel-win-cp39)|


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: 26f3c310230c6ef04471fe83f87f0b806aa5d551
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-675](https://github.com/ursa-labs/crossbow/branches/all?query=actions-675)
   
   |Task|Status|
   |----|------|
   |wheel-osx-mavericks-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-675-travis-wheel-osx-mavericks-cp39.svg)](https://travis-ci.org/ursa-labs/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.

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



[GitHub] [arrow] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-osx-mavericks-cp39


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: 59496cc5698070f4ddf7fb071d73239eff833a4c
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-618](https://github.com/ursa-labs/crossbow/branches/all?query=actions-618)
   
   |Task|Status|
   |----|------|
   |conda-clean|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-618-azure-conda-clean)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-618-azure-conda-clean)|
   |conda-linux-gcc-py36-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-618-drone-conda-linux-gcc-py36-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py36-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-618-azure-conda-linux-gcc-py36-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-618-azure-conda-linux-gcc-py36-cpu)|
   |conda-linux-gcc-py36-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-618-azure-conda-linux-gcc-py36-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-618-azure-conda-linux-gcc-py36-cuda)|
   |conda-linux-gcc-py37-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-618-drone-conda-linux-gcc-py37-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py37-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-618-azure-conda-linux-gcc-py37-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-618-azure-conda-linux-gcc-py37-cpu)|
   |conda-linux-gcc-py37-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-618-azure-conda-linux-gcc-py37-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-618-azure-conda-linux-gcc-py37-cuda)|
   |conda-linux-gcc-py38-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-618-drone-conda-linux-gcc-py38-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py38-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-618-azure-conda-linux-gcc-py38-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-618-azure-conda-linux-gcc-py38-cpu)|
   |conda-linux-gcc-py38-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-618-azure-conda-linux-gcc-py38-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-618-azure-conda-linux-gcc-py38-cuda)|
   |conda-linux-gcc-py39-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-618-drone-conda-linux-gcc-py39-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py39-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-618-azure-conda-linux-gcc-py39-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-618-azure-conda-linux-gcc-py39-cpu)|
   |conda-linux-gcc-py39-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-618-azure-conda-linux-gcc-py39-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-618-azure-conda-linux-gcc-py39-cuda)|
   |conda-osx-clang-py36|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-618-azure-conda-osx-clang-py36)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-618-azure-conda-osx-clang-py36)|
   |conda-osx-clang-py37|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-618-azure-conda-osx-clang-py37)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-618-azure-conda-osx-clang-py37)|
   |conda-osx-clang-py38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-618-azure-conda-osx-clang-py38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-618-azure-conda-osx-clang-py38)|
   |conda-osx-clang-py39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-618-azure-conda-osx-clang-py39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-618-azure-conda-osx-clang-py39)|
   |conda-win-vs2017-py36|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-618-azure-conda-win-vs2017-py36)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-618-azure-conda-win-vs2017-py36)|
   |conda-win-vs2017-py37|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-618-azure-conda-win-vs2017-py37)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-618-azure-conda-win-vs2017-py37)|
   |conda-win-vs2017-py38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-618-azure-conda-win-vs2017-py38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-618-azure-conda-win-vs2017-py38)|
   |conda-win-vs2017-py39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-618-azure-conda-win-vs2017-py39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-618-azure-conda-win-vs2017-py39)|
   |wheel-manylinux1-cp35m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-618-azure-wheel-manylinux1-cp35m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-618-azure-wheel-manylinux1-cp35m)|
   |wheel-manylinux1-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-618-azure-wheel-manylinux1-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-618-azure-wheel-manylinux1-cp36m)|
   |wheel-manylinux1-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-618-azure-wheel-manylinux1-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-618-azure-wheel-manylinux1-cp37m)|
   |wheel-manylinux1-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-618-azure-wheel-manylinux1-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-618-azure-wheel-manylinux1-cp38)|
   |wheel-manylinux1-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-618-azure-wheel-manylinux1-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-618-azure-wheel-manylinux1-cp39)|
   |wheel-manylinux2010-cp35m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-618-azure-wheel-manylinux2010-cp35m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-618-azure-wheel-manylinux2010-cp35m)|
   |wheel-manylinux2010-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-618-azure-wheel-manylinux2010-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-618-azure-wheel-manylinux2010-cp36m)|
   |wheel-manylinux2010-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-618-azure-wheel-manylinux2010-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-618-azure-wheel-manylinux2010-cp37m)|
   |wheel-manylinux2010-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-618-azure-wheel-manylinux2010-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-618-azure-wheel-manylinux2010-cp38)|
   |wheel-manylinux2010-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-618-azure-wheel-manylinux2010-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-618-azure-wheel-manylinux2010-cp39)|
   |wheel-manylinux2014-cp35m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-618-azure-wheel-manylinux2014-cp35m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-618-azure-wheel-manylinux2014-cp35m)|
   |wheel-manylinux2014-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-618-azure-wheel-manylinux2014-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-618-azure-wheel-manylinux2014-cp36m)|
   |wheel-manylinux2014-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-618-azure-wheel-manylinux2014-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-618-azure-wheel-manylinux2014-cp37m)|
   |wheel-manylinux2014-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-618-azure-wheel-manylinux2014-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-618-azure-wheel-manylinux2014-cp38)|
   |wheel-manylinux2014-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-618-azure-wheel-manylinux2014-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-618-azure-wheel-manylinux2014-cp39)|
   |wheel-osx-high-sierra-cp35m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-618-travis-wheel-osx-high-sierra-cp35m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp36m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-618-travis-wheel-osx-high-sierra-cp36m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp37m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-618-travis-wheel-osx-high-sierra-cp37m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp38|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-618-travis-wheel-osx-high-sierra-cp38.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-618-travis-wheel-osx-high-sierra-cp39.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp35m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-618-travis-wheel-osx-mavericks-cp35m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp36m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-618-travis-wheel-osx-mavericks-cp36m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp37m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-618-travis-wheel-osx-mavericks-cp37m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp38|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-618-travis-wheel-osx-mavericks-cp38.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-618-travis-wheel-osx-mavericks-cp39.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-win-cp35m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-618-appveyor-wheel-win-cp35m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp36m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-618-appveyor-wheel-win-cp36m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp37m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-618-appveyor-wheel-win-cp37m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp38|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-618-appveyor-wheel-win-cp38.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp39|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-618-appveyor-wheel-win-cp39.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   > Note that Numpy doesn't provide [pre-compiled wheels](https://pypi.org/project/numpy/#files) for 3.9 currently.
   > 
   > Also, conda-forge doesn't seem to be ready either.
   
   Yeah, that's fine. I'm not really in a rush, I just wanted to help to get things in place that we could move forward as soon as all of the dependencies are met (and to identify where things are and what is still missing)


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Add support for Python 3.9 except macOS wheel and Windows wheel

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


   Please be aware that's like running a nightly release, but if you are fine with that you can install a crossbow wheel. However, you probably want to just follow the instructions here https://arrow.apache.org/docs/python/install.html#installing-nightly-packages 
   
   TL;DR:
   
   > ```bash
   > pip install --extra-index-url https://pypi.fury.io/arrow-nightlies/ \
   >     --pre pyarrow
   > ```


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: ec5e6797e48fb0f4679c12496444ceead0861524
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-759](https://github.com/ursa-labs/crossbow/branches/all?query=actions-759)
   
   |Task|Status|
   |----|------|
   |wheel-manylinux1-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-759-azure-wheel-manylinux1-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-759-azure-wheel-manylinux1-cp36m)|
   |wheel-manylinux1-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-759-azure-wheel-manylinux1-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-759-azure-wheel-manylinux1-cp37m)|
   |wheel-manylinux1-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-759-azure-wheel-manylinux1-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-759-azure-wheel-manylinux1-cp38)|
   |wheel-manylinux1-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-759-azure-wheel-manylinux1-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-759-azure-wheel-manylinux1-cp39)|
   |wheel-manylinux2010-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-759-azure-wheel-manylinux2010-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-759-azure-wheel-manylinux2010-cp36m)|
   |wheel-manylinux2010-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-759-azure-wheel-manylinux2010-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-759-azure-wheel-manylinux2010-cp37m)|
   |wheel-manylinux2010-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-759-azure-wheel-manylinux2010-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-759-azure-wheel-manylinux2010-cp38)|
   |wheel-manylinux2010-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-759-azure-wheel-manylinux2010-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-759-azure-wheel-manylinux2010-cp39)|
   |wheel-manylinux2014-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-759-azure-wheel-manylinux2014-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-759-azure-wheel-manylinux2014-cp36m)|
   |wheel-manylinux2014-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-759-azure-wheel-manylinux2014-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-759-azure-wheel-manylinux2014-cp37m)|
   |wheel-manylinux2014-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-759-azure-wheel-manylinux2014-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-759-azure-wheel-manylinux2014-cp38)|
   |wheel-manylinux2014-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-759-azure-wheel-manylinux2014-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-759-azure-wheel-manylinux2014-cp39)|
   |wheel-osx-high-sierra-cp36m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-759-travis-wheel-osx-high-sierra-cp36m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp37m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-759-travis-wheel-osx-high-sierra-cp37m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp38|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-759-travis-wheel-osx-high-sierra-cp38.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-759-travis-wheel-osx-high-sierra-cp39.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp36m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-759-travis-wheel-osx-mavericks-cp36m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp37m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-759-travis-wheel-osx-mavericks-cp37m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp38|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-759-travis-wheel-osx-mavericks-cp38.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-759-travis-wheel-osx-mavericks-cp39.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-win-cp36m|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-759-github-wheel-win-cp36m)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-759-github-wheel-win-cp36m)|
   |wheel-win-cp37m|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-759-github-wheel-win-cp37m)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-759-github-wheel-win-cp37m)|
   |wheel-win-cp38|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-759-github-wheel-win-cp38)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-759-github-wheel-win-cp38)|


----------------------------------------------------------------
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] terencehonles edited a comment on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   > > ```
   > > * For the windows wheel it looks like the issue is the VS runtime is pinned [here](https://github.com/apache/arrow/blob/fa456de6d03c4fa5bac104b5b31f72d7be92f450/dev/tasks/python-wheels/win-build.bat#L28). I'm not sure if I can just remove that or what I should adjust it to.
   > > ```
   > 
   > Could you try removing `"vs2015_runtime<14.16"`?
   
   It looks like all of the windows wheels are failing on
   
   ```
   --   Including C:/Miniconda3-x64/envs/wheel-build/Library/lib/cmake/boost_regex-1.74.0/libboost_regex-variant-shared.cmake
   --   [ ] boost_regex.lib
   CMake Error at C:/Miniconda3-x64/envs/wheel-build/Library/lib/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package):
     Found package configuration file:
       C:/Miniconda3-x64/envs/wheel-build/Library/lib/cmake/boost_regex-1.74.0/boost_regex-config.cmake
     but it set boost_regex_FOUND to FALSE so package "boost_regex" is
     considered to be NOT FOUND.  Reason given by package:
     No suitable build variant has been found.
     The following variants have been tried and rejected:
     * boost_regex.lib (shared, Boost_USE_STATIC_LIBS=ON)
   Call Stack (most recent call first):
   ```
   
   I think [boot 1.47 isn't known](https://gitlab.kitware.com/cmake/cmake/-/blob/v3.17.0/Modules/FindBoost.cmake#L1435-1444) by cmake 3.17.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.

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



[GitHub] [arrow] github-actions[bot] commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: 3d8adc29623abae7e2cb29e5b2a77cc3161c12e8
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-687](https://github.com/ursa-labs/crossbow/branches/all?query=actions-687)
   
   |Task|Status|
   |----|------|
   |wheel-win-cp35m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-687-appveyor-wheel-win-cp35m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp36m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-687-appveyor-wheel-win-cp36m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp37m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-687-appveyor-wheel-win-cp37m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp38|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-687-appveyor-wheel-win-cp38.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp39|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-687-appveyor-wheel-win-cp39.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|


----------------------------------------------------------------
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] kou commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   It seems that https://ci.appveyor.com/project/ursa-labs/crossbow doesn't exist.
   
   @kszucs Could you enable AppVeyor for https://github.com/ursa-labs/crossbow ?


----------------------------------------------------------------
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] terencehonles commented on a change in pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

Posted by GitBox <gi...@apache.org>.
terencehonles commented on a change in pull request #8386:
URL: https://github.com/apache/arrow/pull/8386#discussion_r501463131



##########
File path: dev/tasks/python-wheels/travis.osx.yml
##########
@@ -31,7 +31,7 @@ addons:
       - git
       - openssl@1.1
       - protobuf
-      - python@3.8
+      - python@3.9
       - thrift
       - wget
     update: false

Review comment:
       I think it's possible Travis doesn't have Python 3.9 in it's homebrew cache, but I would expect a different error than it succeeds and then `/usr/local/opt/python@3.8/libexec/bin/pip` is just not found...
   
   Nevermind! Apparently it's just a "warning" :unamused: :
   > Warning: 'python@3.9' formula is unreadable: No available formula with the name "python@3.9" 
   
   https://travis-ci.org/github/ursa-labs/crossbow/builds/733873746#L145

##########
File path: python/pyproject.toml
##########
@@ -19,7 +19,9 @@
 requires = [
     "cython >= 0.29",
     "numpy==1.14.5; python_version<'3.7'",
-    "numpy==1.16.0; python_version>='3.7'",

Review comment:
       Just to follow up, 1.19.2 did work for me, I'm just saying there might be a earlier release that works. It's probably simplest/best to use 1.19.2 since it's mentioned in their changelog:
   
   > This release supports Python 3.6-3.8. Cython >= 0.29.21 needs to be used when building with Python 3.9 for testing purposes.
   https://numpy.org/devdocs/release/1.19.2-notes.html
   
   ...looking at 1.19.1 it says the same thing so it might be safe to go backwards




----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


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


----------------------------------------------------------------
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] kou commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @terencehonles Could you rebase on master to use #8620?


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: 6862ba3e18e48a74f307da7c0ed1fddc98364592
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-662](https://github.com/ursa-labs/crossbow/branches/all?query=actions-662)
   
   |Task|Status|
   |----|------|
   |wheel-win-cp35m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-662-appveyor-wheel-win-cp35m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp36m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-662-appveyor-wheel-win-cp36m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp37m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-662-appveyor-wheel-win-cp37m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp38|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-662-appveyor-wheel-win-cp38.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp39|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-662-appveyor-wheel-win-cp39.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|


----------------------------------------------------------------
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] kou closed pull request #8386: ARROW-10224: [Python] Add support for Python 3.9 except macOS wheel and Windows wheel

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


   


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: 63de89b280184ae5ca7f785b181b7a01634c1d06
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-717](https://github.com/ursa-labs/crossbow/branches/all?query=actions-717)
   
   |Task|Status|
   |----|------|
   |wheel-win-cp39|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-717-github-wheel-win-cp39)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-717-github-wheel-win-cp39)|


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Add support for Python 3.9 except macOS wheel and Windows wheel

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


   > @terencehonles Thanks a lot. I installed pyarrorw sucessfully.
   > 
   > I was just curious that when I type `pip install pyarrow` the error log shows that it was stopped during install numpy, which is already installed in my environment (maybe the version is too advanced?).
   > 
   > I thought that figure it out may help me to understand deeper about python package installing process.
   
   I'm assuming you mean trying to install the most recently released pyarrow before you installed via crossbow? That's because pyarrow has a source distribution and you're trying to build from source. [Pip will not have installed numpy at install time](https://pip.pypa.io/en/stable/reference/pip/#pep-517-and-518-support) and is working to make isolated installs the default, if you have numpy already installed the version you have _may_ be an issue, but I think it's more likely it's too old not too new. You can try using the flag `--no-use-pep517` when running `pip install pyarrow` to see if your system has all the dependencies needed to build pyarrow (likely not, and that's why the CI is building it). Optionally [you can make pip more verbose](https://pip.pypa.io/en/stable/reference/pip/#cmdoption-v) with `-v`.
   
   pyarrow is probably not the easiest to learn about Python's build process on, but you should read [their documentation](https://arrow.apache.org/docs/developers/python.html#python-development) if you would like to actually be able to build it from source.


----------------------------------------------------------------
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] xhochy commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   I got a bit further in #8778 but we aren't fully there yet. I would rather merge the changes here bit-by-bit as the PR got already quite a bit stale.
   
   @terencehonles would issue the subparts as a PR or should I take care of 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] kou commented on pull request #8386: ARROW-10224: [Python] Add support for Python 3.9 except macOS wheel and Windows wheel

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


   Adding `--verbose` to `pip` command line may help you.


----------------------------------------------------------------
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] kou commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-win-cp39


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: 96830a011df3ccfe57998fd04e88c31779e8f065
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-670](https://github.com/ursa-labs/crossbow/branches/all?query=actions-670)
   
   |Task|Status|
   |----|------|
   |wheel-osx-mavericks-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-670-travis-wheel-osx-mavericks-cp39.svg)](https://travis-ci.org/ursa-labs/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.

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



[GitHub] [arrow] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit -g conda -g wheel


----------------------------------------------------------------
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] kou commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-win-*


----------------------------------------------------------------
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] ns-admetrics commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

Posted by GitBox <gi...@apache.org>.
ns-admetrics commented on pull request #8386:
URL: https://github.com/apache/arrow/pull/8386#issuecomment-737940267


   Arch Linux switched to Python 3.9.0 today (which means that Python 3.8 was removed from that distribution's repositories).
   
   I was able to build a wheel for both `origin/HEAD` and `tags/apache-arrow-2.0.0` by following https://github.com/apache/arrow/blob/master/docs/source/developers/python.rst to the letter, which leads me to believe there is not much if any actual incompatibility nor issue with Python 3.9.0.
   
   Would it perhaps be possible to build and publish Linux wheels to PyPI? Remarks above imply there are some bigger issues on the Windows platform.


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: d9abeb78e20ab9a28a5180c2c5001851a53dfb4a
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-715](https://github.com/ursa-labs/crossbow/branches/all?query=actions-715)
   
   |Task|Status|
   |----|------|
   |wheel-win-cp39|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-715-github-wheel-win-cp39)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-715-github-wheel-win-cp39)|


----------------------------------------------------------------
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] ns-admetrics edited a comment on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

Posted by GitBox <gi...@apache.org>.
ns-admetrics edited a comment on pull request #8386:
URL: https://github.com/apache/arrow/pull/8386#issuecomment-737940267


   Arch Linux switched to Python 3.9.0 today (which means that Python 3.8 was removed from that distribution's repositories).
   
   I was able to build a wheel for both `origin/HEAD` and `tags/apache-arrow-2.0.0` by following <https://github.com/apache/arrow/blob/master/docs/source/developers/python.rst> to the letter ("To build a self-contained wheel"...), which leads me to believe there is not much if any actual incompatibility nor issue with Python 3.9.0.
   
   Would it perhaps be possible to build and publish Linux wheels to PyPI? Remarks above imply there are some bigger issues on the Windows platform.


----------------------------------------------------------------
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] kou commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Oh, I didn't know about it.
   I thought we need to use the same Visual Studio that is used for building Python.
   I'll try using Visual Studio 2017.


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: c4fd658a457c5b1bf3081745ad0ec22905d1ec2d
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-674](https://github.com/ursa-labs/crossbow/branches/all?query=actions-674)
   
   |Task|Status|
   |----|------|
   |wheel-osx-mavericks-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-674-travis-wheel-osx-mavericks-cp39.svg)](https://travis-ci.org/ursa-labs/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.

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



[GitHub] [arrow] github-actions[bot] commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: a001a9df0dea0433d35b04df9aa6f1eea9070e6f
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-673](https://github.com/ursa-labs/crossbow/branches/all?query=actions-673)
   
   |Task|Status|
   |----|------|
   |wheel-osx-mavericks-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-673-travis-wheel-osx-mavericks-cp39.svg)](https://travis-ci.org/ursa-labs/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.

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



[GitHub] [arrow] terencehonles commented on pull request #8386: ARROW-10224: [Python] Add support for Python 3.9 except macOS wheel and Windows wheel

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


   Looks like it's probably not going to pass, I'll see if I can look into it later. I got some feedback on https://github.com/pypa/manylinux/pull/872 and I can either update my changes here or maybe that will get merged in soon.


----------------------------------------------------------------
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] wesm commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   We need to add 1.74.0 to https://github.com/apache/arrow/blob/master/cpp/cmake_modules/ThirdpartyToolchain.cmake#L770


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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






----------------------------------------------------------------
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] terencehonles commented on a change in pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

Posted by GitBox <gi...@apache.org>.
terencehonles commented on a change in pull request #8386:
URL: https://github.com/apache/arrow/pull/8386#discussion_r501463131



##########
File path: dev/tasks/python-wheels/travis.osx.yml
##########
@@ -31,7 +31,7 @@ addons:
       - git
       - openssl@1.1
       - protobuf
-      - python@3.8
+      - python@3.9
       - thrift
       - wget
     update: false

Review comment:
       I think it's possible Travis doesn't have Python 3.9 in it's homebrew cache, but I would expect a different error than it succeeds and then `/usr/local/opt/python@3.8/libexec/bin/pip` is just not found...
   
   Nevermind! Apparently it's just a "warning" :unamused: :
   > Warning: 'python@3.9' formula is unreadable: No available formula with the name "python@3.9" 
   
   https://travis-ci.org/github/ursa-labs/crossbow/builds/733873746#L145




----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Py3.7 looks like it's something wrong when testing the wheel (I'll see if I can reproduce locally). I and I'm not sure what do do about llvm 10 [here](https://github.com/apache/arrow/pull/8386/checks?check_run_id=1282217190)


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: 3488e1c6fc6b6d5393daa26549a3ea023a627512
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-699](https://github.com/ursa-labs/crossbow/branches/all?query=actions-699)
   
   |Task|Status|
   |----|------|
   |wheel-win-cp38|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-699-github-wheel-win-cp38)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-699-github-wheel-win-cp38)|


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: 3488e1c6fc6b6d5393daa26549a3ea023a627512
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-713](https://github.com/ursa-labs/crossbow/branches/all?query=actions-713)
   
   |Task|Status|
   |----|------|
   |wheel-win-cp36m|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-713-github-wheel-win-cp36m)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-713-github-wheel-win-cp36m)|
   |wheel-win-cp37m|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-713-github-wheel-win-cp37m)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-713-github-wheel-win-cp37m)|
   |wheel-win-cp38|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-713-github-wheel-win-cp38)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-713-github-wheel-win-cp38)|
   |wheel-win-cp39|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-713-github-wheel-win-cp39)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-713-github-wheel-win-cp39)|


----------------------------------------------------------------
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] kou commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-win-cp39


----------------------------------------------------------------
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] idanw206 commented on pull request #8386: ARROW-10224: [Python] Add support for Python 3.9 except macOS wheel and Windows wheel

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


   @kou When will the binaries be available in pypi? Thanks!


----------------------------------------------------------------
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] kou commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-win-cp39


----------------------------------------------------------------
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] terencehonles edited a comment on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   > Revision: [d26b20c](https://github.com/apache/arrow/commit/d26b20cb64debc6f022fdce1cde3ea3f812981ad)
   > 
   > Submitted crossbow builds: [ursa-labs/crossbow @ actions-676](https://github.com/ursa-labs/crossbow/branches/all?query=actions-676)
   > 
   > Task	Status
   > wheel-osx-high-sierra-cp35m	[![TravisCI](https://camo.githubusercontent.com/3726b981c75aa919a2a31fd7060c5e6dbf80000a/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f757273612d6c6162732f63726f7373626f772f616374696f6e732d3637362d7472617669732d776865656c2d6f73782d686967682d7369657272612d637033356d2e737667)](https://travis-ci.org/ursa-labs/crossbow/branches)
   > wheel-osx-high-sierra-cp36m	[![TravisCI](https://camo.githubusercontent.com/5c2adaeb2826965478066f4359d34ad392d589eb/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f757273612d6c6162732f63726f7373626f772f616374696f6e732d3637362d7472617669732d776865656c2d6f73782d686967682d7369657272612d637033366d2e737667)](https://travis-ci.org/ursa-labs/crossbow/branches)
   > wheel-osx-high-sierra-cp37m	[![TravisCI](https://camo.githubusercontent.com/9c99675bbb942dff44c23fefaca7b55e06cb165c/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f757273612d6c6162732f63726f7373626f772f616374696f6e732d3637362d7472617669732d776865656c2d6f73782d686967682d7369657272612d637033376d2e737667)](https://travis-ci.org/ursa-labs/crossbow/branches)
   > wheel-osx-high-sierra-cp38	[![TravisCI](https://camo.githubusercontent.com/8aa78922486d05cb39cd23728422eabd8d4b0975/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f757273612d6c6162732f63726f7373626f772f616374696f6e732d3637362d7472617669732d776865656c2d6f73782d686967682d7369657272612d637033382e737667)](https://travis-ci.org/ursa-labs/crossbow/branches)
   > wheel-osx-high-sierra-cp39	[![TravisCI](https://camo.githubusercontent.com/fac0c414284bf2dc05de67078d2fc8534b78b68b/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f757273612d6c6162732f63726f7373626f772f616374696f6e732d3637362d7472617669732d776865656c2d6f73782d686967682d7369657272612d637033392e737667)](https://travis-ci.org/ursa-labs/crossbow/branches)
   > wheel-osx-mavericks-cp35m	[![TravisCI](https://camo.githubusercontent.com/b73fe248b67efe4bdeb28af32ca67b5d99ef645a/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f757273612d6c6162732f63726f7373626f772f616374696f6e732d3637362d7472617669732d776865656c2d6f73782d6d6176657269636b732d637033356d2e737667)](https://travis-ci.org/ursa-labs/crossbow/branches)
   > wheel-osx-mavericks-cp36m	[![TravisCI](https://camo.githubusercontent.com/83a61b7877d12c6b3c160c7bbf50c50986594fcc/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f757273612d6c6162732f63726f7373626f772f616374696f6e732d3637362d7472617669732d776865656c2d6f73782d6d6176657269636b732d637033366d2e737667)](https://travis-ci.org/ursa-labs/crossbow/branches)
   > wheel-osx-mavericks-cp37m	[![TravisCI](https://camo.githubusercontent.com/b24716b5df6fbe2dde764790841d3f11fd7152c8/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f757273612d6c6162732f63726f7373626f772f616374696f6e732d3637362d7472617669732d776865656c2d6f73782d6d6176657269636b732d637033376d2e737667)](https://travis-ci.org/ursa-labs/crossbow/branches)
   > wheel-osx-mavericks-cp38	[![TravisCI](https://camo.githubusercontent.com/4aa0c1f5735c8dedd27ad59d48652635403d11f9/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f757273612d6c6162732f63726f7373626f772f616374696f6e732d3637362d7472617669732d776865656c2d6f73782d6d6176657269636b732d637033382e737667)](https://travis-ci.org/ursa-labs/crossbow/branches)
   > wheel-osx-mavericks-cp39	[![TravisCI](https://camo.githubusercontent.com/d14c6f5667aab0749a24d701c72a6ce0661fbdbe/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f757273612d6c6162732f63726f7373626f772f616374696f6e732d3637362d7472617669732d776865656c2d6f73782d6d6176657269636b732d637033392e737667)](https://travis-ci.org/ursa-labs/crossbow/branches)
   
   Looks like more patience is needed. Since numpy and pandas will be built from source they exceed the time limit on Travis :confused: , I'll try to follow up again once at least one of them has Python 3.9 wheels.


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-osx-mavericks-cp39


----------------------------------------------------------------
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] terencehonles removed a comment on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit -g conda -g wheel


----------------------------------------------------------------
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] kou commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-win-cp39


----------------------------------------------------------------
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] xhochy commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit -g conda


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @xhochy is windows failing on `master`? I see your PR #8881 and not sure if I should leave windows as is. I also notice that the osx wheels aren't building either and not sure if that needs to be moved to github from travis too (as windows was).


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: bc59c47e99067ea8dd60d1a2f99533235c612a7c
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-768](https://github.com/ursa-labs/crossbow/branches/all?query=actions-768)
   
   |Task|Status|
   |----|------|
   |wheel-manylinux1-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-768-azure-wheel-manylinux1-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-768-azure-wheel-manylinux1-cp36m)|
   |wheel-manylinux1-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-768-azure-wheel-manylinux1-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-768-azure-wheel-manylinux1-cp38)|


----------------------------------------------------------------
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] kou commented on pull request #8386: ARROW-10224: [Python] Add support for Python 3.9 except macOS wheel and Windows wheel

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


   We're still working on it at #8915.


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   I can rebase if needed (I had done that first), but figured it might be easier if others are committing to just merge. It's going to be squashed anyways so I doubt that matters too much.


----------------------------------------------------------------
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] terencehonles commented on a change in pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

Posted by GitBox <gi...@apache.org>.
terencehonles commented on a change in pull request #8386:
URL: https://github.com/apache/arrow/pull/8386#discussion_r501333833



##########
File path: python/pyproject.toml
##########
@@ -19,7 +19,9 @@
 requires = [
     "cython >= 0.29",
     "numpy==1.14.5; python_version<'3.7'",
-    "numpy==1.16.0; python_version>='3.7'",

Review comment:
       Files:
   
   - python/pyproject.toml
   - python/requirements-wheel-build.txt
   - python/requirements-wheel-test.txt
   
   Seemed to closely match, but `pyproject.toml` mentions a different version for Python 3.7, I pinned what was specified for Python 3.8, but it probably can accept `1.19.2` which I'm not sure if it's the first release to support Python 3.9, but it does build properly.




----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit -g wheel


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: e4874a84fdb589391713c596e9c16c0ef2b168df
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-714](https://github.com/ursa-labs/crossbow/branches/all?query=actions-714)
   
   |Task|Status|
   |----|------|
   |wheel-win-cp39|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-714-github-wheel-win-cp39)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-714-github-wheel-win-cp39)|


----------------------------------------------------------------
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] kou commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Sorry... We can't use GitHub Actions for building wheels for Python on Windows.
   It requires Visual Studio 2015 but GitHub Actions provides only 2017 and 2019.
   


----------------------------------------------------------------
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] kou commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit -g conda -g wheel


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-osx-mavericks-cp39


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit -g conda -g wheel


----------------------------------------------------------------
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] kou commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-win-cp39


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   > We need to add 1.74.0 to https://github.com/apache/arrow/blob/master/cpp/cmake_modules/ThirdpartyToolchain.cmake#L770
   
   Thanks! I was literally just looking at that file. I'll adjust. What about python/CMakeLists.txt?


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit -g conda -g wheel


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: 3806d8c58ce2158a266cfe54c3029d46d7b6b0c8
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-716](https://github.com/ursa-labs/crossbow/branches/all?query=actions-716)
   
   |Task|Status|
   |----|------|
   |wheel-win-cp39|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-716-github-wheel-win-cp39)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-716-github-wheel-win-cp39)|


----------------------------------------------------------------
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] kou commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-win-*


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: c7d404851ab4369a936879fc3fe84e5c13bb4a94
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-669](https://github.com/ursa-labs/crossbow/branches/all?query=actions-669)
   
   |Task|Status|
   |----|------|
   |wheel-osx-mavericks-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-669-travis-wheel-osx-mavericks-cp39.svg)](https://travis-ci.org/ursa-labs/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.

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



[GitHub] [arrow] terencehonles edited a comment on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   > > ```
   > > * For the windows wheel it looks like the issue is the VS runtime is pinned [here](https://github.com/apache/arrow/blob/fa456de6d03c4fa5bac104b5b31f72d7be92f450/dev/tasks/python-wheels/win-build.bat#L28). I'm not sure if I can just remove that or what I should adjust it to.
   > > ```
   > 
   > Could you try removing `"vs2015_runtime<14.16"`?
   
   It looks like all of the windows wheels are failing on
   
   ```
   --   Including C:/Miniconda3-x64/envs/wheel-build/Library/lib/cmake/boost_regex-1.74.0/libboost_regex-variant-shared.cmake
   --   [ ] boost_regex.lib
   CMake Error at C:/Miniconda3-x64/envs/wheel-build/Library/lib/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package):
     Found package configuration file:
       C:/Miniconda3-x64/envs/wheel-build/Library/lib/cmake/boost_regex-1.74.0/boost_regex-config.cmake
     but it set boost_regex_FOUND to FALSE so package "boost_regex" is
     considered to be NOT FOUND.  Reason given by package:
     No suitable build variant has been found.
     The following variants have been tried and rejected:
     * boost_regex.lib (shared, Boost_USE_STATIC_LIBS=ON)
   Call Stack (most recent call first):
   ```
   
   I think [boost 1.74 isn't known](https://gitlab.kitware.com/cmake/cmake/-/blob/v3.17.0/Modules/FindBoost.cmake#L1435-1444) by cmake 3.17.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.

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



[GitHub] [arrow] terencehonles commented on a change in pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

Posted by GitBox <gi...@apache.org>.
terencehonles commented on a change in pull request #8386:
URL: https://github.com/apache/arrow/pull/8386#discussion_r501409865



##########
File path: dev/tasks/python-wheels/win-build.bat
##########
@@ -110,6 +110,6 @@ set ARROW_TEST_DATA=%ARROW_SRC%\testing\data
 %PYTHON_INTERPRETER% -c "import pyarrow.dataset" || exit /B
 
 @rem run the python tests, but disable the cython because there is a linking
-@rem issue on python 3.8
+@rem issue on python 3.9
 set PYARROW_TEST_CYTHON=OFF

Review comment:
       Sounds good to me, thanks for kicking things off. I had also create https://github.com/ursa-labs/ursabot/pull/205 to adjust buildbot since I realized 3.9 wasn't being built just by me creating this 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.

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



[GitHub] [arrow] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-osx-*


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-osx-*


----------------------------------------------------------------
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] terencehonles commented on a change in pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

Posted by GitBox <gi...@apache.org>.
terencehonles commented on a change in pull request #8386:
URL: https://github.com/apache/arrow/pull/8386#discussion_r501332755



##########
File path: dev/tasks/python-wheels/win-build.bat
##########
@@ -110,6 +110,6 @@ set ARROW_TEST_DATA=%ARROW_SRC%\testing\data
 %PYTHON_INTERPRETER% -c "import pyarrow.dataset" || exit /B
 
 @rem run the python tests, but disable the cython because there is a linking
-@rem issue on python 3.8
+@rem issue on python 3.9
 set PYARROW_TEST_CYTHON=OFF

Review comment:
       I don't know if this still applies, but I figured it probably would




----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Add support for Python 3.9 except macOS wheel and Windows wheel

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


   @github-actions crossbow submit wheel-manylinux* conda-*


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Looks like that did the trick, I can create a comment linking to https://github.com/pypa/manylinux/pull/872 or we can wait till that is merged in and built


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Add support for Python 3.9 except macOS wheel and Windows wheel

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


   > Do you mean the failures of MinGW related jobs?
   > They aren't related to this pull request. We can ignore them in this pull request.
   > 
   > It seems that [pypa/manylinux#872](https://github.com/pypa/manylinux/pull/872) has been merged. Do you want to update this pull request before we merge this?
   
   yup, doing that now


----------------------------------------------------------------
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] kou commented on pull request #8386: ARROW-10224: [Python] Add support for Python 3.9 except macOS wheel and Windows wheel

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


   Do you mean the failures of MinGW related jobs?
   They aren't related to this pull request. We can ignore them in this pull request.
   
   It seems that pypa/manylinux#872 has been merged. Do you want to update this pull request before we merge this?


----------------------------------------------------------------
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] kou commented on pull request #8386: ARROW-10224: [Python] Add support for Python 3.9 except macOS wheel and Windows wheel

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


   We'll release them in 2021-01.


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: 2f407701f447cdfb60c205d9eb8c3af0b0577d9b
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-771](https://github.com/ursa-labs/crossbow/branches/all?query=actions-771)
   
   |Task|Status|
   |----|------|
   |wheel-manylinux1-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-771-azure-wheel-manylinux1-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-771-azure-wheel-manylinux1-cp36m)|
   |wheel-manylinux1-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-771-azure-wheel-manylinux1-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-771-azure-wheel-manylinux1-cp37m)|
   |wheel-manylinux1-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-771-azure-wheel-manylinux1-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-771-azure-wheel-manylinux1-cp38)|
   |wheel-manylinux1-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-771-azure-wheel-manylinux1-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-771-azure-wheel-manylinux1-cp39)|


----------------------------------------------------------------
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] ns-admetrics edited a comment on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

Posted by GitBox <gi...@apache.org>.
ns-admetrics edited a comment on pull request #8386:
URL: https://github.com/apache/arrow/pull/8386#issuecomment-737940267


   Arch Linux switched to Python 3.9.0 today (which means that Python 3.8 was removed from that distribution's repositories).
   
   I was able to build a wheel for both `origin/HEAD` and `tags/apache-arrow-2.0.0` by following <https://github.com/apache/arrow/blob/master/docs/source/developers/python.rst> to the letter, which leads me to believe there is not much if any actual incompatibility nor issue with Python 3.9.0.
   
   Would it perhaps be possible to build and publish Linux wheels to PyPI? Remarks above imply there are some bigger issues on the Windows platform.


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Add support for Python 3.9 except macOS wheel and Windows wheel

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


   Testing to see if the failed checks could be bumped to passing.


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: 53507f9f06fe474e15d468c8d8f54aba7a33d3b2
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-654](https://github.com/ursa-labs/crossbow/branches/all?query=actions-654)
   
   |Task|Status|
   |----|------|
   |conda-clean|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-654-azure-conda-clean)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-654-azure-conda-clean)|
   |conda-linux-gcc-py36-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-654-drone-conda-linux-gcc-py36-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py36-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-654-azure-conda-linux-gcc-py36-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-654-azure-conda-linux-gcc-py36-cpu)|
   |conda-linux-gcc-py36-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-654-azure-conda-linux-gcc-py36-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-654-azure-conda-linux-gcc-py36-cuda)|
   |conda-linux-gcc-py37-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-654-drone-conda-linux-gcc-py37-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py37-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-654-azure-conda-linux-gcc-py37-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-654-azure-conda-linux-gcc-py37-cpu)|
   |conda-linux-gcc-py37-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-654-azure-conda-linux-gcc-py37-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-654-azure-conda-linux-gcc-py37-cuda)|
   |conda-linux-gcc-py38-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-654-drone-conda-linux-gcc-py38-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py38-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-654-azure-conda-linux-gcc-py38-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-654-azure-conda-linux-gcc-py38-cpu)|
   |conda-linux-gcc-py38-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-654-azure-conda-linux-gcc-py38-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-654-azure-conda-linux-gcc-py38-cuda)|
   |conda-linux-gcc-py39-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-654-drone-conda-linux-gcc-py39-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py39-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-654-azure-conda-linux-gcc-py39-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-654-azure-conda-linux-gcc-py39-cpu)|
   |conda-linux-gcc-py39-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-654-azure-conda-linux-gcc-py39-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-654-azure-conda-linux-gcc-py39-cuda)|
   |conda-osx-clang-py36|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-654-azure-conda-osx-clang-py36)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-654-azure-conda-osx-clang-py36)|
   |conda-osx-clang-py37|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-654-azure-conda-osx-clang-py37)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-654-azure-conda-osx-clang-py37)|
   |conda-osx-clang-py38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-654-azure-conda-osx-clang-py38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-654-azure-conda-osx-clang-py38)|
   |conda-osx-clang-py39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-654-azure-conda-osx-clang-py39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-654-azure-conda-osx-clang-py39)|
   |conda-win-vs2017-py36|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-654-azure-conda-win-vs2017-py36)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-654-azure-conda-win-vs2017-py36)|
   |conda-win-vs2017-py37|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-654-azure-conda-win-vs2017-py37)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-654-azure-conda-win-vs2017-py37)|
   |conda-win-vs2017-py38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-654-azure-conda-win-vs2017-py38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-654-azure-conda-win-vs2017-py38)|
   |conda-win-vs2017-py39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-654-azure-conda-win-vs2017-py39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-654-azure-conda-win-vs2017-py39)|
   |wheel-manylinux1-cp35m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-654-azure-wheel-manylinux1-cp35m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-654-azure-wheel-manylinux1-cp35m)|
   |wheel-manylinux1-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-654-azure-wheel-manylinux1-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-654-azure-wheel-manylinux1-cp36m)|
   |wheel-manylinux1-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-654-azure-wheel-manylinux1-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-654-azure-wheel-manylinux1-cp37m)|
   |wheel-manylinux1-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-654-azure-wheel-manylinux1-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-654-azure-wheel-manylinux1-cp38)|
   |wheel-manylinux1-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-654-azure-wheel-manylinux1-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-654-azure-wheel-manylinux1-cp39)|
   |wheel-manylinux2010-cp35m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-654-azure-wheel-manylinux2010-cp35m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-654-azure-wheel-manylinux2010-cp35m)|
   |wheel-manylinux2010-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-654-azure-wheel-manylinux2010-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-654-azure-wheel-manylinux2010-cp36m)|
   |wheel-manylinux2010-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-654-azure-wheel-manylinux2010-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-654-azure-wheel-manylinux2010-cp37m)|
   |wheel-manylinux2010-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-654-azure-wheel-manylinux2010-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-654-azure-wheel-manylinux2010-cp38)|
   |wheel-manylinux2010-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-654-azure-wheel-manylinux2010-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-654-azure-wheel-manylinux2010-cp39)|
   |wheel-manylinux2014-cp35m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-654-azure-wheel-manylinux2014-cp35m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-654-azure-wheel-manylinux2014-cp35m)|
   |wheel-manylinux2014-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-654-azure-wheel-manylinux2014-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-654-azure-wheel-manylinux2014-cp36m)|
   |wheel-manylinux2014-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-654-azure-wheel-manylinux2014-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-654-azure-wheel-manylinux2014-cp37m)|
   |wheel-manylinux2014-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-654-azure-wheel-manylinux2014-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-654-azure-wheel-manylinux2014-cp38)|
   |wheel-manylinux2014-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-654-azure-wheel-manylinux2014-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-654-azure-wheel-manylinux2014-cp39)|
   |wheel-osx-high-sierra-cp35m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-654-travis-wheel-osx-high-sierra-cp35m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp36m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-654-travis-wheel-osx-high-sierra-cp36m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp37m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-654-travis-wheel-osx-high-sierra-cp37m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp38|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-654-travis-wheel-osx-high-sierra-cp38.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-654-travis-wheel-osx-high-sierra-cp39.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp35m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-654-travis-wheel-osx-mavericks-cp35m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp36m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-654-travis-wheel-osx-mavericks-cp36m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp37m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-654-travis-wheel-osx-mavericks-cp37m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp38|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-654-travis-wheel-osx-mavericks-cp38.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-654-travis-wheel-osx-mavericks-cp39.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-win-cp35m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-654-appveyor-wheel-win-cp35m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp36m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-654-appveyor-wheel-win-cp36m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp37m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-654-appveyor-wheel-win-cp37m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp38|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-654-appveyor-wheel-win-cp38.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp39|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-654-appveyor-wheel-win-cp39.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|


----------------------------------------------------------------
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] kou commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   The current status:
   
     * We can't use old packages that depend on `vs2015_runtime<14.16` on conda-forge for Python 3.9 on Windows.
       Because Python 3.9 for Windows on conda-forge depend on `vs2015_runtime 14.16.27012`: https://anaconda.org/conda-forge/python/files/modal/info/5f8784bea58f0d0a5480e400 
   
     * We can't use recent packages that depend on `vs2015_runtime>=14.16` on conda-forge to build wheels for Windows.
       Because recent packages on conda-forge don't provide static libraries: https://github.com/conda-forge/cfep/pull/34
   
   Ideas for the next step:
   
     1. We use our bundle mechanism to build all dependencies instead of depending on libraries provided by conda-forge.
   
     2. We use other packaging system like [vcpkg](https://github.com/microsoft/vcpkg) to collect dependencies.
   
   I tried 1 and found that our gRPC build configuration has some problems with Visual C++. For example:
   
     * RE2 dependency is missing. (We need RE2 for not only Gandiva but also Flight.)
     * CMake options to find bundled zlib is wrong. (We should use `-DZLIB_INCLUDE_DIR` and `-DZLIB_LIBRARY` instead of `-DCMAKE_PREFIX_PATH`.)
     * It seems that dynamic library and static library are mixed unexpectedly: https://github.com/ursa-labs/crossbow/runs/1394393091?check_suite_focus=true
     * ...
   
   I didn't try 2 yet.
   
   I don't have enough time to fix this problem for now. I may work on this again next month but others can work on this.


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: 3488e1c6fc6b6d5393daa26549a3ea023a627512
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-697](https://github.com/ursa-labs/crossbow/branches/all?query=actions-697)
   
   |Task|Status|
   |----|------|
   |wheel-win-cp36m|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-697-github-wheel-win-cp36m)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-697-github-wheel-win-cp36m)|
   |wheel-win-cp37m|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-697-github-wheel-win-cp37m)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-697-github-wheel-win-cp37m)|
   |wheel-win-cp38|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-697-github-wheel-win-cp38)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-697-github-wheel-win-cp38)|
   |wheel-win-cp39|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-697-github-wheel-win-cp39)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-697-github-wheel-win-cp39)|


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: 59496cc5698070f4ddf7fb071d73239eff833a4c
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-617](https://github.com/ursa-labs/crossbow/branches/all?query=actions-617)
   
   |Task|Status|
   |----|------|
   |conda-clean|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-617-azure-conda-clean)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-617-azure-conda-clean)|
   |conda-linux-gcc-py36-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-617-drone-conda-linux-gcc-py36-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py36-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-617-azure-conda-linux-gcc-py36-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-617-azure-conda-linux-gcc-py36-cpu)|
   |conda-linux-gcc-py36-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-617-azure-conda-linux-gcc-py36-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-617-azure-conda-linux-gcc-py36-cuda)|
   |conda-linux-gcc-py37-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-617-drone-conda-linux-gcc-py37-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py37-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-617-azure-conda-linux-gcc-py37-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-617-azure-conda-linux-gcc-py37-cpu)|
   |conda-linux-gcc-py37-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-617-azure-conda-linux-gcc-py37-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-617-azure-conda-linux-gcc-py37-cuda)|
   |conda-linux-gcc-py38-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-617-drone-conda-linux-gcc-py38-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py38-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-617-azure-conda-linux-gcc-py38-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-617-azure-conda-linux-gcc-py38-cpu)|
   |conda-linux-gcc-py38-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-617-azure-conda-linux-gcc-py38-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-617-azure-conda-linux-gcc-py38-cuda)|
   |conda-linux-gcc-py39-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-617-drone-conda-linux-gcc-py39-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py39-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-617-azure-conda-linux-gcc-py39-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-617-azure-conda-linux-gcc-py39-cpu)|
   |conda-linux-gcc-py39-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-617-azure-conda-linux-gcc-py39-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-617-azure-conda-linux-gcc-py39-cuda)|
   |conda-osx-clang-py36|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-617-azure-conda-osx-clang-py36)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-617-azure-conda-osx-clang-py36)|
   |conda-osx-clang-py37|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-617-azure-conda-osx-clang-py37)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-617-azure-conda-osx-clang-py37)|
   |conda-osx-clang-py38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-617-azure-conda-osx-clang-py38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-617-azure-conda-osx-clang-py38)|
   |conda-osx-clang-py39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-617-azure-conda-osx-clang-py39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-617-azure-conda-osx-clang-py39)|
   |conda-win-vs2017-py36|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-617-azure-conda-win-vs2017-py36)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-617-azure-conda-win-vs2017-py36)|
   |conda-win-vs2017-py37|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-617-azure-conda-win-vs2017-py37)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-617-azure-conda-win-vs2017-py37)|
   |conda-win-vs2017-py38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-617-azure-conda-win-vs2017-py38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-617-azure-conda-win-vs2017-py38)|
   |conda-win-vs2017-py39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-617-azure-conda-win-vs2017-py39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-617-azure-conda-win-vs2017-py39)|
   |wheel-manylinux1-cp35m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-617-azure-wheel-manylinux1-cp35m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-617-azure-wheel-manylinux1-cp35m)|
   |wheel-manylinux1-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-617-azure-wheel-manylinux1-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-617-azure-wheel-manylinux1-cp36m)|
   |wheel-manylinux1-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-617-azure-wheel-manylinux1-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-617-azure-wheel-manylinux1-cp37m)|
   |wheel-manylinux1-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-617-azure-wheel-manylinux1-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-617-azure-wheel-manylinux1-cp38)|
   |wheel-manylinux1-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-617-azure-wheel-manylinux1-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-617-azure-wheel-manylinux1-cp39)|
   |wheel-manylinux2010-cp35m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-617-azure-wheel-manylinux2010-cp35m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-617-azure-wheel-manylinux2010-cp35m)|
   |wheel-manylinux2010-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-617-azure-wheel-manylinux2010-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-617-azure-wheel-manylinux2010-cp36m)|
   |wheel-manylinux2010-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-617-azure-wheel-manylinux2010-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-617-azure-wheel-manylinux2010-cp37m)|
   |wheel-manylinux2010-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-617-azure-wheel-manylinux2010-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-617-azure-wheel-manylinux2010-cp38)|
   |wheel-manylinux2010-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-617-azure-wheel-manylinux2010-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-617-azure-wheel-manylinux2010-cp39)|
   |wheel-manylinux2014-cp35m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-617-azure-wheel-manylinux2014-cp35m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-617-azure-wheel-manylinux2014-cp35m)|
   |wheel-manylinux2014-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-617-azure-wheel-manylinux2014-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-617-azure-wheel-manylinux2014-cp36m)|
   |wheel-manylinux2014-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-617-azure-wheel-manylinux2014-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-617-azure-wheel-manylinux2014-cp37m)|
   |wheel-manylinux2014-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-617-azure-wheel-manylinux2014-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-617-azure-wheel-manylinux2014-cp38)|
   |wheel-manylinux2014-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-617-azure-wheel-manylinux2014-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-617-azure-wheel-manylinux2014-cp39)|
   |wheel-osx-high-sierra-cp35m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-617-travis-wheel-osx-high-sierra-cp35m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp36m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-617-travis-wheel-osx-high-sierra-cp36m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp37m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-617-travis-wheel-osx-high-sierra-cp37m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp38|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-617-travis-wheel-osx-high-sierra-cp38.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-617-travis-wheel-osx-high-sierra-cp39.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp35m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-617-travis-wheel-osx-mavericks-cp35m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp36m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-617-travis-wheel-osx-mavericks-cp36m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp37m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-617-travis-wheel-osx-mavericks-cp37m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp38|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-617-travis-wheel-osx-mavericks-cp38.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-617-travis-wheel-osx-mavericks-cp39.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-win-cp35m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-617-appveyor-wheel-win-cp35m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp36m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-617-appveyor-wheel-win-cp36m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp37m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-617-appveyor-wheel-win-cp37m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp38|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-617-appveyor-wheel-win-cp38.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp39|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-617-appveyor-wheel-win-cp39.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|


----------------------------------------------------------------
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] kou commented on a change in pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

Posted by GitBox <gi...@apache.org>.
kou commented on a change in pull request #8386:
URL: https://github.com/apache/arrow/pull/8386#discussion_r540698086



##########
File path: dev/release/verify-release-candidate.sh
##########
@@ -656,7 +656,7 @@ test_linux_wheels() {
 }
 
 test_macos_wheels() {
-  local py_arches="3.5m 3.6m 3.7m 3.8"
+  local py_arches="3.5m 3.6m 3.7m 3.8 3.9"

Review comment:
       Could you revert this and other macOS wheel support related changes?
   Let's work on macOS wheel support in separated pull request.

##########
File path: cpp/Brewfile
##########
@@ -25,7 +25,6 @@ brew "flatbuffers"
 brew "git"
 brew "glog"
 brew "grpc"
-brew "llvm"

Review comment:
       Can we revert this change?

##########
File path: dev/tasks/python-wheels/github.win.yml
##########
@@ -53,9 +53,9 @@ jobs:
         run: |
           echo "c:\\Miniconda\\condabin" >> $GITHUB_PATH
       - name: Build wheel
-        shell: bash
+        shell: cmd
         run: |
-          arrow/dev/tasks/python-wheels/win-build.bat
+          call arrow/dev/tasks/python-wheels/win-build.bat

Review comment:
       Sorry, could you revert this change by me? https://github.com/apache/arrow/pull/8386/commits/5e03e010bc65308452c95d51ed21f0baebebf059
   This was meaningless.




----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   > I got a bit further in #8778 but we aren't fully there yet. I would rather merge the changes here bit-by-bit as the PR got already quite a bit stale.
   > 
   > @terencehonles would issue the subparts as a PR or should I take care of that?
   
   I can probably handle that. Can I just pull out the windows wheels or how do you think it should be broken up?


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: 318e16bc70b9f165af7d1bf65d51dfca691f442e
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-671](https://github.com/ursa-labs/crossbow/branches/all?query=actions-671)
   
   |Task|Status|
   |----|------|
   |wheel-osx-mavericks-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-671-travis-wheel-osx-mavericks-cp39.svg)](https://travis-ci.org/ursa-labs/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.

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



[GitHub] [arrow] terencehonles commented on a change in pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

Posted by GitBox <gi...@apache.org>.
terencehonles commented on a change in pull request #8386:
URL: https://github.com/apache/arrow/pull/8386#discussion_r501333833



##########
File path: python/pyproject.toml
##########
@@ -19,7 +19,9 @@
 requires = [
     "cython >= 0.29",
     "numpy==1.14.5; python_version<'3.7'",
-    "numpy==1.16.0; python_version>='3.7'",

Review comment:
       Files:
   
   - python/pyproject.toml
   - python/requirements-wheel-build.txt
   - python/requirements-wheel-test.txt
   
   Seemed to closely match, but `pyproject.toml` mentions a different version for Python 3.7, I pinned what was specified for Python 3.8 in the other files, but it probably can accept `1.19.2` which I'm not sure if it's the first release to support Python 3.9, but it does build properly.




----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: faa718b68d2a8acdd3a078fab2f42d91b034bc2f
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-770](https://github.com/ursa-labs/crossbow/branches/all?query=actions-770)
   
   |Task|Status|
   |----|------|
   |wheel-manylinux1-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-770-azure-wheel-manylinux1-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-770-azure-wheel-manylinux1-cp36m)|
   |wheel-manylinux1-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-770-azure-wheel-manylinux1-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-770-azure-wheel-manylinux1-cp37m)|
   |wheel-manylinux1-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-770-azure-wheel-manylinux1-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-770-azure-wheel-manylinux1-cp38)|
   |wheel-manylinux1-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-770-azure-wheel-manylinux1-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-770-azure-wheel-manylinux1-cp39)|


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: d26b20cb64debc6f022fdce1cde3ea3f812981ad
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-676](https://github.com/ursa-labs/crossbow/branches/all?query=actions-676)
   
   |Task|Status|
   |----|------|
   |wheel-osx-high-sierra-cp35m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-676-travis-wheel-osx-high-sierra-cp35m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp36m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-676-travis-wheel-osx-high-sierra-cp36m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp37m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-676-travis-wheel-osx-high-sierra-cp37m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp38|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-676-travis-wheel-osx-high-sierra-cp38.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-676-travis-wheel-osx-high-sierra-cp39.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp35m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-676-travis-wheel-osx-mavericks-cp35m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp36m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-676-travis-wheel-osx-mavericks-cp36m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp37m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-676-travis-wheel-osx-mavericks-cp37m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp38|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-676-travis-wheel-osx-mavericks-cp38.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-676-travis-wheel-osx-mavericks-cp39.svg)](https://travis-ci.org/ursa-labs/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.

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



[GitHub] [arrow] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-osx-mavericks-cp39


----------------------------------------------------------------
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] terencehonles edited a comment on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   I believe I identified the test on Python3.7 that is failing (same as #3403), and going to see if that fixes things
   
   @github-actions crossbow submit -g conda -g wheel


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Also, in case you are worrying about ABI issues, they are gone with the [UCRT](https://docs.microsoft.com/en-us/cpp/porting/upgrade-your-code-to-the-universal-crt?view=msvc-160).
   
   > The UCRT supports a stable ABI based on C calling conventions, and it conforms closely to the ISO C99 standard, with only a few exceptions. **It is no longer tied to a specific version of the compiler.** [emphasis mine]


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: 3488e1c6fc6b6d5393daa26549a3ea023a627512
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-703](https://github.com/ursa-labs/crossbow/branches/all?query=actions-703)
   
   |Task|Status|
   |----|------|
   |wheel-win-cp38|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-703-github-wheel-win-cp38)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-703-github-wheel-win-cp38)|


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   I'm definitely moving into very uncharted territory for me since I'm not familiar with conda, but I believe it looks like numpy for Py39 was pinned to 1.16 here [dev/tasks/conda-recipes/arrow-cpp/meta.yaml](https://github.com/apache/arrow/pull/8386/files#diff-e1dc9dc44f82817c013424829588fc3fe48e63c78b42ce47e012016a243de09bL182) and I am expecting that removing that should fix Py39 since looking at https://dev.azure.com/ursa-labs/crossbow/_build/results?buildId=19036&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=d9b15392-e4ce-5e4c-0c8c-b69645229181&l=711 it looks like Py39 is still trying to use numpy 1.16 instead of 1.19 as specified in the .ci_support files for Py3.9.


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit -g conda -g wheel


----------------------------------------------------------------
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] terencehonles removed a comment on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Not sure if that will work for me, but might as well give it a shot 🤷


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @xhochy not sure if your debugging in #8778 changes anything as far as the things attempted so far in @kou 's message https://github.com/apache/arrow/pull/8386#issuecomment-728321361
   
   Unfortunately I don't have access to a Windows machine right now and don't really have the time to set up a VM or borrow one in order to test things out locally. I'm not sure if releasing wheels - windows is an option as @ns-admetrics suggests.


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: 59da36b94b931ae1c72b7896f1aa847e904b011c
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-719](https://github.com/ursa-labs/crossbow/branches/all?query=actions-719)
   
   |Task|Status|
   |----|------|
   |wheel-win-cp39|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-719-github-wheel-win-cp39)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-719-github-wheel-win-cp39)|


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   It looks like I "missed" the github workflows, but that might need to be done after the wheels are built and published as I haven't looked at what exactly are doing, and I kinda doubt they are building from source. I can open that up as a separate PR if that is helpful.


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: 27bfc7034db054b1226c15bf513abe059e0e431f
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-665](https://github.com/ursa-labs/crossbow/branches/all?query=actions-665)
   
   |Task|Status|
   |----|------|
   |wheel-osx-high-sierra-cp35m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-665-travis-wheel-osx-high-sierra-cp35m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp36m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-665-travis-wheel-osx-high-sierra-cp36m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp37m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-665-travis-wheel-osx-high-sierra-cp37m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp38|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-665-travis-wheel-osx-high-sierra-cp38.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-665-travis-wheel-osx-high-sierra-cp39.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp35m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-665-travis-wheel-osx-mavericks-cp35m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp36m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-665-travis-wheel-osx-mavericks-cp36m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp37m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-665-travis-wheel-osx-mavericks-cp37m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp38|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-665-travis-wheel-osx-mavericks-cp38.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-665-travis-wheel-osx-mavericks-cp39.svg)](https://travis-ci.org/ursa-labs/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.

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



[GitHub] [arrow] kou commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-win-cp39


----------------------------------------------------------------
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] kou commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-win-cp39


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @kou crossbow has been deleted from appveyor and I'm banned to do anything. Support has not responded yet. You may try to setup the appveyor integration for that repository, perhaps it would work for your user. Otherwise we can switch to another crossbow repository or port the windows wheel builds to another CI. 


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: 5226bf79241b66866ed71e1f89699211843dc0dc
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-720](https://github.com/ursa-labs/crossbow/branches/all?query=actions-720)
   
   |Task|Status|
   |----|------|
   |wheel-win-cp39|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-720-github-wheel-win-cp39)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-720-github-wheel-win-cp39)|


----------------------------------------------------------------
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] kou commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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






----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-manylinux1-*


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   I'll try to build locally, there seems to be a SSL/TLS error when trying to use `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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   I believe I identified the test on Python3.7 that is failing, and going to see if that fixes things
   
   @github-actions crossbow submit -g conda -g wheel


----------------------------------------------------------------
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] kou commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-manylinux* conda-*


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   That's odd that yum worked on one and not the other. It looks like it might be a tempermental issue and the fix in #8881 may need to be applied to manylinux1? It looks like that's on another tree and _might_ be related.
   
   https://github.com/apache/arrow/pull/8386#issuecomment-742112004
   ![Screenshot from 2020-12-10 12-33-57](https://user-images.githubusercontent.com/438813/101826636-1f7a5f00-3ae4-11eb-98a6-8790e291c6c1.png)
   
   https://github.com/apache/arrow/pull/8386#issuecomment-742219891
   ![Screenshot from 2020-12-10 12-34-16](https://user-images.githubusercontent.com/438813/101826646-243f1300-3ae4-11eb-877f-6c37d7be2525.png)
   
   https://github.com/apache/arrow/pull/8386#issuecomment-742740508
   ![Screenshot from 2020-12-10 12-34-42](https://user-images.githubusercontent.com/438813/101826657-286b3080-3ae4-11eb-91cc-b7ae65e2e33d.png)
   
   
   


----------------------------------------------------------------
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] kou commented on a change in pull request #8386: ARROW-10224: [Python] Add support for Python 3.9 except macOS wheel and Windows wheel

Posted by GitBox <gi...@apache.org>.
kou commented on a change in pull request #8386:
URL: https://github.com/apache/arrow/pull/8386#discussion_r541268429



##########
File path: cpp/Brewfile
##########
@@ -25,7 +25,6 @@ brew "flatbuffers"
 brew "git"
 brew "glog"
 brew "grpc"
-brew "llvm"

Review comment:
       `llvm@8` is just for formatting, linting and so on. We use `clang-format` and so on.
   `llvm` is for Gandiva.




----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   I pinned semver to 2.10.2 since it looks like there is a breaking change for `archery/release.py` that was committed in the last few days. I can look to create a PR for that, but I figured it probably shouldn't be rolled into this 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.

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



[GitHub] [arrow] pitrou commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Note that Numpy doesn't provide [pre-compiled wheels](https://pypi.org/project/numpy/#files) for 3.9 currently.


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: 6862ba3e18e48a74f307da7c0ed1fddc98364592
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-663](https://github.com/ursa-labs/crossbow/branches/all?query=actions-663)
   
   |Task|Status|
   |----|------|
   |wheel-osx-high-sierra-cp35m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-663-travis-wheel-osx-high-sierra-cp35m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp36m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-663-travis-wheel-osx-high-sierra-cp36m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp37m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-663-travis-wheel-osx-high-sierra-cp37m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp38|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-663-travis-wheel-osx-high-sierra-cp38.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-663-travis-wheel-osx-high-sierra-cp39.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp35m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-663-travis-wheel-osx-mavericks-cp35m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp36m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-663-travis-wheel-osx-mavericks-cp36m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp37m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-663-travis-wheel-osx-mavericks-cp37m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp38|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-663-travis-wheel-osx-mavericks-cp38.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-663-travis-wheel-osx-mavericks-cp39.svg)](https://travis-ci.org/ursa-labs/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.

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



[GitHub] [arrow] liyucheng09 commented on pull request #8386: ARROW-10224: [Python] Add support for Python 3.9 except macOS wheel and Windows wheel

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


   Using the command mentioned by @terencehonles doesn't work for me.
   ```
   (.venv) liyucheng@liyuchengdeMacBook-Air comments_generation % pip install --extra-index-url https://pypi.fury.io/arrow-nightlies/ --no-cache-dir --pre pyarrow
   Looking in indexes: https://mirrors.aliyun.com/pypi/simple/, https://pypi.fury.io/arrow-nightlies/
   Collecting pyarrow
     Downloading https://mirrors.aliyun.com/pypi/packages/fd/b7/78115614c4b227796cc87fff907930f6ae6dd999c5000d3d6ae5c2e54582/pyarrow-2.0.0.tar.gz (58.9 MB)
        |████▍                           | 8.2 MB 788 kB/s eta 0:01:05^C
   ```
   This line still looking for pyarrow from the default indexes.


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   > Revision: [3d8adc2](https://github.com/apache/arrow/commit/3d8adc29623abae7e2cb29e5b2a77cc3161c12e8)
   > 
   > Submitted crossbow builds: [ursa-labs/crossbow @ actions-687](https://github.com/ursa-labs/crossbow/branches/all?query=actions-687)
   > 
   > Task	Status
   > wheel-win-cp35m	[![Appveyor](https://camo.githubusercontent.com/7748e1e2bc60fc20518cd1ba820a8cdaab17f6d0/68747470733a2f2f696d672e736869656c64732e696f2f6170707665796f722f63692f757273612d6c6162732f63726f7373626f772f616374696f6e732d3638372d6170707665796f722d776865656c2d77696e2d637033356d2e737667)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)
   > wheel-win-cp36m	[![Appveyor](https://camo.githubusercontent.com/18d8a299a85d1d6bc730daced015dab948bb0804/68747470733a2f2f696d672e736869656c64732e696f2f6170707665796f722f63692f757273612d6c6162732f63726f7373626f772f616374696f6e732d3638372d6170707665796f722d776865656c2d77696e2d637033366d2e737667)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)
   > wheel-win-cp37m	[![Appveyor](https://camo.githubusercontent.com/db9603a5cfe4053b72314b58acb838af16e6ba11/68747470733a2f2f696d672e736869656c64732e696f2f6170707665796f722f63692f757273612d6c6162732f63726f7373626f772f616374696f6e732d3638372d6170707665796f722d776865656c2d77696e2d637033376d2e737667)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)
   > wheel-win-cp38	[![Appveyor](https://camo.githubusercontent.com/244bedbba63aa8f25c0547b4b3ab15bc7773fc3e/68747470733a2f2f696d672e736869656c64732e696f2f6170707665796f722f63692f757273612d6c6162732f63726f7373626f772f616374696f6e732d3638372d6170707665796f722d776865656c2d77696e2d637033382e737667)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)
   > wheel-win-cp39	[![Appveyor](https://camo.githubusercontent.com/7969077db0bd89e4902013665d30c58b332fcbb7/68747470733a2f2f696d672e736869656c64732e696f2f6170707665796f722f63692f757273612d6c6162732f63726f7373626f772f616374696f6e732d3638372d6170707665796f722d776865656c2d77696e2d637033392e737667)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)
   
   @kou any chance you know what happened to appveyor?


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   > It's not a problem that `actions-XXX` branch doesn't have GitHub Actions config.
   > It's a problem that `actions-XXX-github-YYY` branch isn't created.
   Correct.
   > 
   > It seems that we need to add the `workflow` scope to GitHub Personal Access Token for Crossbow.
   > @kszucs Could you add the `workflow` scope to the Personal Access Token registered by https://issues.apache.org/jira/browse/INFRA-19954 ?
   Is this newly introduced by github? I'm going to take a look why the task's branch is not pushed.
   
   


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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






----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-win-cp38


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: 51dbbe1a223a88d339eed6848898c1338960ff4b
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-668](https://github.com/ursa-labs/crossbow/branches/all?query=actions-668)
   
   |Task|Status|
   |----|------|
   |wheel-osx-mavericks-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-668-travis-wheel-osx-mavericks-cp39.svg)](https://travis-ci.org/ursa-labs/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.

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



[GitHub] [arrow] kou commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-win-cp39


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Not sure if that will work for me, but might as well give it a shot 🤷


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: fcb561bf960f23d3c1b85c791bb2acff8e2575a6
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-721](https://github.com/ursa-labs/crossbow/branches/all?query=actions-721)
   
   |Task|Status|
   |----|------|
   |wheel-win-cp39|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-721-github-wheel-win-cp39)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-721-github-wheel-win-cp39)|


----------------------------------------------------------------
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] xhochy commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Conda builds are fine, we sadly seem to be limited on drone.io and thus we should ignore the `-aarch64` builds for now.


----------------------------------------------------------------
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] terencehonles edited a comment on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   > Note that Numpy doesn't provide [pre-compiled wheels](https://pypi.org/project/numpy/#files) for 3.9 currently.
   > 
   > Also, conda-forge doesn't seem to be ready either.
   
   Yeah, that's fine. I'm not really in a rush, I just wanted to help to get things in place that we could move forward as soon as all of the dependencies are met (and to identify where things are and what is still missing)
   
   It does build, and I was able to install everything the project I am working on and run the tests (and discover other things that need to be updated), so that's really mainly what I was looking for. I figured I'd do it in public on a PR and use the built wheels instead of just building/testing locally and not sharing my work :slightly_smiling_face: 


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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






----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   > Py3.7 looks like it's something wrong when testing the wheel (I'll see if I can reproduce locally). I and I'm not sure what do do about llvm 10/11 [here](https://github.com/apache/arrow/pull/8386/checks?check_run_id=1282217190)
   
   I'll check if it's just a pinning issue since it looks related to https://github.com/apache/arrow/pull/8492


----------------------------------------------------------------
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] kou commented on a change in pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

Posted by GitBox <gi...@apache.org>.
kou commented on a change in pull request #8386:
URL: https://github.com/apache/arrow/pull/8386#discussion_r501393657



##########
File path: python/pyproject.toml
##########
@@ -19,7 +19,9 @@
 requires = [
     "cython >= 0.29",
     "numpy==1.14.5; python_version<'3.7'",
-    "numpy==1.16.0; python_version>='3.7'",

Review comment:
       > but it probably can accept 1.19.2 which I'm not sure if it's the first release to support Python 3.9
   
   How about confirming it with CI?

##########
File path: dev/tasks/python-wheels/win-build.bat
##########
@@ -110,6 +110,6 @@ set ARROW_TEST_DATA=%ARROW_SRC%\testing\data
 %PYTHON_INTERPRETER% -c "import pyarrow.dataset" || exit /B
 
 @rem run the python tests, but disable the cython because there is a linking
-@rem issue on python 3.8
+@rem issue on python 3.9
 set PYARROW_TEST_CYTHON=OFF

Review comment:
       How about confirming it with CI?




----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   > Revision: [d26b20c](https://github.com/apache/arrow/commit/d26b20cb64debc6f022fdce1cde3ea3f812981ad)
   > 
   > Submitted crossbow builds: [ursa-labs/crossbow @ actions-676](https://github.com/ursa-labs/crossbow/branches/all?query=actions-676)
   > 
   > Task	Status
   > wheel-osx-high-sierra-cp35m	[![TravisCI](https://camo.githubusercontent.com/3726b981c75aa919a2a31fd7060c5e6dbf80000a/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f757273612d6c6162732f63726f7373626f772f616374696f6e732d3637362d7472617669732d776865656c2d6f73782d686967682d7369657272612d637033356d2e737667)](https://travis-ci.org/ursa-labs/crossbow/branches)
   > wheel-osx-high-sierra-cp36m	[![TravisCI](https://camo.githubusercontent.com/5c2adaeb2826965478066f4359d34ad392d589eb/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f757273612d6c6162732f63726f7373626f772f616374696f6e732d3637362d7472617669732d776865656c2d6f73782d686967682d7369657272612d637033366d2e737667)](https://travis-ci.org/ursa-labs/crossbow/branches)
   > wheel-osx-high-sierra-cp37m	[![TravisCI](https://camo.githubusercontent.com/9c99675bbb942dff44c23fefaca7b55e06cb165c/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f757273612d6c6162732f63726f7373626f772f616374696f6e732d3637362d7472617669732d776865656c2d6f73782d686967682d7369657272612d637033376d2e737667)](https://travis-ci.org/ursa-labs/crossbow/branches)
   > wheel-osx-high-sierra-cp38	[![TravisCI](https://camo.githubusercontent.com/8aa78922486d05cb39cd23728422eabd8d4b0975/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f757273612d6c6162732f63726f7373626f772f616374696f6e732d3637362d7472617669732d776865656c2d6f73782d686967682d7369657272612d637033382e737667)](https://travis-ci.org/ursa-labs/crossbow/branches)
   > wheel-osx-high-sierra-cp39	[![TravisCI](https://camo.githubusercontent.com/fac0c414284bf2dc05de67078d2fc8534b78b68b/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f757273612d6c6162732f63726f7373626f772f616374696f6e732d3637362d7472617669732d776865656c2d6f73782d686967682d7369657272612d637033392e737667)](https://travis-ci.org/ursa-labs/crossbow/branches)
   > wheel-osx-mavericks-cp35m	[![TravisCI](https://camo.githubusercontent.com/b73fe248b67efe4bdeb28af32ca67b5d99ef645a/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f757273612d6c6162732f63726f7373626f772f616374696f6e732d3637362d7472617669732d776865656c2d6f73782d6d6176657269636b732d637033356d2e737667)](https://travis-ci.org/ursa-labs/crossbow/branches)
   > wheel-osx-mavericks-cp36m	[![TravisCI](https://camo.githubusercontent.com/83a61b7877d12c6b3c160c7bbf50c50986594fcc/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f757273612d6c6162732f63726f7373626f772f616374696f6e732d3637362d7472617669732d776865656c2d6f73782d6d6176657269636b732d637033366d2e737667)](https://travis-ci.org/ursa-labs/crossbow/branches)
   > wheel-osx-mavericks-cp37m	[![TravisCI](https://camo.githubusercontent.com/b24716b5df6fbe2dde764790841d3f11fd7152c8/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f757273612d6c6162732f63726f7373626f772f616374696f6e732d3637362d7472617669732d776865656c2d6f73782d6d6176657269636b732d637033376d2e737667)](https://travis-ci.org/ursa-labs/crossbow/branches)
   > wheel-osx-mavericks-cp38	[![TravisCI](https://camo.githubusercontent.com/4aa0c1f5735c8dedd27ad59d48652635403d11f9/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f757273612d6c6162732f63726f7373626f772f616374696f6e732d3637362d7472617669732d776865656c2d6f73782d6d6176657269636b732d637033382e737667)](https://travis-ci.org/ursa-labs/crossbow/branches)
   > wheel-osx-mavericks-cp39	[![TravisCI](https://camo.githubusercontent.com/d14c6f5667aab0749a24d701c72a6ce0661fbdbe/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f757273612d6c6162732f63726f7373626f772f616374696f6e732d3637362d7472617669732d776865656c2d6f73782d6d6176657269636b732d637033392e737667)](https://travis-ci.org/ursa-labs/crossbow/branches)
   
   Looks like more patience is needed. Since numpy and pandas will be built from source they exceed the time limit on Travis :confused: , I'll follow up again once at least one of them has Python 3.9 wheels.


----------------------------------------------------------------
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] terencehonles edited a comment on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   >> Also, conda-forge doesn't seem to be ready either.
   >
   > Should be ready now.
   
   I _think_ the issue with the failed jobs is I didn't bump the numpy version in the `conda-recipies/.ci_support` ? I noticed that even Python 3.8 was set to numpy 1.16 so I might be wrong about that.
   
   I updated the following https://github.com/apache/arrow/pull/8386/files#diff-0bd27b86c3660caa163f79bd5077954145a206949c81b9d8770a5d06a7c89c5bR39-R40 in each of the files
   
   ```yaml
   numpy:
   - '1.19.2'
   ```
   
   and rebased the changes. It looks like a test is now failing and I'll look to see if I can quickly resolve 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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @xhochy do you mind if I get a resubmit to test the conda recipe changes?


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: ec5e6797e48fb0f4679c12496444ceead0861524
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-758](https://github.com/ursa-labs/crossbow/branches/all?query=actions-758)
   
   |Task|Status|
   |----|------|
   |conda-clean|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-758-azure-conda-clean)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-758-azure-conda-clean)|
   |conda-linux-gcc-py36-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-758-drone-conda-linux-gcc-py36-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py36-cpu-r36|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-758-azure-conda-linux-gcc-py36-cpu-r36)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-758-azure-conda-linux-gcc-py36-cpu-r36)|
   |conda-linux-gcc-py36-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-758-azure-conda-linux-gcc-py36-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-758-azure-conda-linux-gcc-py36-cuda)|
   |conda-linux-gcc-py37-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-758-drone-conda-linux-gcc-py37-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py37-cpu-r40|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-758-azure-conda-linux-gcc-py37-cpu-r40)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-758-azure-conda-linux-gcc-py37-cpu-r40)|
   |conda-linux-gcc-py37-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-758-azure-conda-linux-gcc-py37-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-758-azure-conda-linux-gcc-py37-cuda)|
   |conda-linux-gcc-py38-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-758-drone-conda-linux-gcc-py38-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py38-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-758-azure-conda-linux-gcc-py38-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-758-azure-conda-linux-gcc-py38-cpu)|
   |conda-linux-gcc-py38-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-758-azure-conda-linux-gcc-py38-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-758-azure-conda-linux-gcc-py38-cuda)|
   |conda-linux-gcc-py39-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-758-drone-conda-linux-gcc-py39-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py39-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-758-azure-conda-linux-gcc-py39-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-758-azure-conda-linux-gcc-py39-cpu)|
   |conda-linux-gcc-py39-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-758-azure-conda-linux-gcc-py39-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-758-azure-conda-linux-gcc-py39-cuda)|
   |conda-osx-clang-py36-r36|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-758-azure-conda-osx-clang-py36-r36)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-758-azure-conda-osx-clang-py36-r36)|
   |conda-osx-clang-py37-r40|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-758-azure-conda-osx-clang-py37-r40)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-758-azure-conda-osx-clang-py37-r40)|
   |conda-osx-clang-py38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-758-azure-conda-osx-clang-py38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-758-azure-conda-osx-clang-py38)|
   |conda-osx-clang-py39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-758-azure-conda-osx-clang-py39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-758-azure-conda-osx-clang-py39)|
   |conda-win-vs2017-py36-r36|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-758-azure-conda-win-vs2017-py36-r36)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-758-azure-conda-win-vs2017-py36-r36)|
   |conda-win-vs2017-py37-r40|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-758-azure-conda-win-vs2017-py37-r40)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-758-azure-conda-win-vs2017-py37-r40)|
   |conda-win-vs2017-py38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-758-azure-conda-win-vs2017-py38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-758-azure-conda-win-vs2017-py38)|
   |wheel-manylinux1-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-758-azure-wheel-manylinux1-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-758-azure-wheel-manylinux1-cp36m)|
   |wheel-manylinux1-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-758-azure-wheel-manylinux1-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-758-azure-wheel-manylinux1-cp37m)|
   |wheel-manylinux1-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-758-azure-wheel-manylinux1-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-758-azure-wheel-manylinux1-cp38)|
   |wheel-manylinux1-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-758-azure-wheel-manylinux1-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-758-azure-wheel-manylinux1-cp39)|
   |wheel-manylinux2010-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-758-azure-wheel-manylinux2010-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-758-azure-wheel-manylinux2010-cp36m)|
   |wheel-manylinux2010-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-758-azure-wheel-manylinux2010-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-758-azure-wheel-manylinux2010-cp37m)|
   |wheel-manylinux2010-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-758-azure-wheel-manylinux2010-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-758-azure-wheel-manylinux2010-cp38)|
   |wheel-manylinux2010-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-758-azure-wheel-manylinux2010-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-758-azure-wheel-manylinux2010-cp39)|
   |wheel-manylinux2014-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-758-azure-wheel-manylinux2014-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-758-azure-wheel-manylinux2014-cp36m)|
   |wheel-manylinux2014-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-758-azure-wheel-manylinux2014-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-758-azure-wheel-manylinux2014-cp37m)|
   |wheel-manylinux2014-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-758-azure-wheel-manylinux2014-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-758-azure-wheel-manylinux2014-cp38)|
   |wheel-manylinux2014-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-758-azure-wheel-manylinux2014-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-758-azure-wheel-manylinux2014-cp39)|
   |wheel-osx-high-sierra-cp36m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-758-travis-wheel-osx-high-sierra-cp36m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp37m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-758-travis-wheel-osx-high-sierra-cp37m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp38|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-758-travis-wheel-osx-high-sierra-cp38.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-758-travis-wheel-osx-high-sierra-cp39.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp36m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-758-travis-wheel-osx-mavericks-cp36m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp37m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-758-travis-wheel-osx-mavericks-cp37m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp38|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-758-travis-wheel-osx-mavericks-cp38.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-758-travis-wheel-osx-mavericks-cp39.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-win-cp36m|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-758-github-wheel-win-cp36m)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-758-github-wheel-win-cp36m)|
   |wheel-win-cp37m|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-758-github-wheel-win-cp37m)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-758-github-wheel-win-cp37m)|
   |wheel-win-cp38|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-758-github-wheel-win-cp38)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-758-github-wheel-win-cp38)|


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   > > Py3.7 looks like it's something wrong when testing the wheel (I'll see if I can reproduce locally). I and I'm not sure what do do about llvm 10/11 [here](https://github.com/apache/arrow/pull/8386/checks?check_run_id=1282217190)
   > 
   > I'll check if it's just a pinning issue since it looks related to #8492
   
   It looks like removing the unpinned llvm and jusing using the pinned llvm@8 did the trick. In the long term it makes sense to try to support LLVM 11 since it doesn't look like homebrew is looking to support llvm@10 https://github.com/Homebrew/homebrew-core/pull/63177


----------------------------------------------------------------
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] terencehonles removed a comment on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit -g conda -g wheel


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-manylinux*


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   It looks like the windows wheels are broken on `master` https://github.com/apache/arrow/pull/8878#issuecomment-742417983 and not sure if the OSX packages should be updated to use Github Actions rather than travis which seems to not be running.
   
   Other than waiting on https://github.com/pypa/manylinux/pull/872 should I do anything futher @xhochy / @kou ?


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-osx-mavericks-cp39


----------------------------------------------------------------
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] kou commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


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

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



[GitHub] [arrow] pitrou commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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






----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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






----------------------------------------------------------------
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] kou commented on a change in pull request #8386: ARROW-10224: [Python] Add support for Python 3.9 except macOS wheel and Windows wheel

Posted by GitBox <gi...@apache.org>.
kou commented on a change in pull request #8386:
URL: https://github.com/apache/arrow/pull/8386#discussion_r541268429



##########
File path: cpp/Brewfile
##########
@@ -25,7 +25,6 @@ brew "flatbuffers"
 brew "git"
 brew "glog"
 brew "grpc"
-brew "llvm"

Review comment:
       `llvm@8` is just for linting. We use `clang-format` and so on.
   `llvm` is for Gandiva.




----------------------------------------------------------------
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] kou commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit -g conda -g wheel


----------------------------------------------------------------
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] terencehonles edited a comment on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   I believe I identified the test on Python3.7 that is failing (same as #3403), and going to see if that fixes things


----------------------------------------------------------------
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] terencehonles removed a comment on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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






----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit -g conda -g wheel


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: 4a4a7c222a80bd6c484897eb8da135b80b8a7da5
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-653](https://github.com/ursa-labs/crossbow/branches/all?query=actions-653)
   
   |Task|Status|
   |----|------|
   |conda-clean|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-653-azure-conda-clean)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-653-azure-conda-clean)|
   |conda-linux-gcc-py36-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-653-drone-conda-linux-gcc-py36-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py36-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-653-azure-conda-linux-gcc-py36-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-653-azure-conda-linux-gcc-py36-cpu)|
   |conda-linux-gcc-py36-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-653-azure-conda-linux-gcc-py36-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-653-azure-conda-linux-gcc-py36-cuda)|
   |conda-linux-gcc-py37-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-653-drone-conda-linux-gcc-py37-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py37-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-653-azure-conda-linux-gcc-py37-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-653-azure-conda-linux-gcc-py37-cpu)|
   |conda-linux-gcc-py37-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-653-azure-conda-linux-gcc-py37-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-653-azure-conda-linux-gcc-py37-cuda)|
   |conda-linux-gcc-py38-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-653-drone-conda-linux-gcc-py38-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py38-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-653-azure-conda-linux-gcc-py38-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-653-azure-conda-linux-gcc-py38-cpu)|
   |conda-linux-gcc-py38-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-653-azure-conda-linux-gcc-py38-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-653-azure-conda-linux-gcc-py38-cuda)|
   |conda-linux-gcc-py39-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-653-drone-conda-linux-gcc-py39-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py39-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-653-azure-conda-linux-gcc-py39-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-653-azure-conda-linux-gcc-py39-cpu)|
   |conda-linux-gcc-py39-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-653-azure-conda-linux-gcc-py39-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-653-azure-conda-linux-gcc-py39-cuda)|
   |conda-osx-clang-py36|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-653-azure-conda-osx-clang-py36)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-653-azure-conda-osx-clang-py36)|
   |conda-osx-clang-py37|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-653-azure-conda-osx-clang-py37)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-653-azure-conda-osx-clang-py37)|
   |conda-osx-clang-py38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-653-azure-conda-osx-clang-py38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-653-azure-conda-osx-clang-py38)|
   |conda-osx-clang-py39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-653-azure-conda-osx-clang-py39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-653-azure-conda-osx-clang-py39)|
   |conda-win-vs2017-py36|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-653-azure-conda-win-vs2017-py36)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-653-azure-conda-win-vs2017-py36)|
   |conda-win-vs2017-py37|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-653-azure-conda-win-vs2017-py37)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-653-azure-conda-win-vs2017-py37)|
   |conda-win-vs2017-py38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-653-azure-conda-win-vs2017-py38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-653-azure-conda-win-vs2017-py38)|
   |conda-win-vs2017-py39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-653-azure-conda-win-vs2017-py39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-653-azure-conda-win-vs2017-py39)|
   |wheel-manylinux1-cp35m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-653-azure-wheel-manylinux1-cp35m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-653-azure-wheel-manylinux1-cp35m)|
   |wheel-manylinux1-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-653-azure-wheel-manylinux1-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-653-azure-wheel-manylinux1-cp36m)|
   |wheel-manylinux1-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-653-azure-wheel-manylinux1-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-653-azure-wheel-manylinux1-cp37m)|
   |wheel-manylinux1-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-653-azure-wheel-manylinux1-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-653-azure-wheel-manylinux1-cp38)|
   |wheel-manylinux1-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-653-azure-wheel-manylinux1-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-653-azure-wheel-manylinux1-cp39)|
   |wheel-manylinux2010-cp35m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-653-azure-wheel-manylinux2010-cp35m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-653-azure-wheel-manylinux2010-cp35m)|
   |wheel-manylinux2010-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-653-azure-wheel-manylinux2010-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-653-azure-wheel-manylinux2010-cp36m)|
   |wheel-manylinux2010-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-653-azure-wheel-manylinux2010-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-653-azure-wheel-manylinux2010-cp37m)|
   |wheel-manylinux2010-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-653-azure-wheel-manylinux2010-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-653-azure-wheel-manylinux2010-cp38)|
   |wheel-manylinux2010-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-653-azure-wheel-manylinux2010-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-653-azure-wheel-manylinux2010-cp39)|
   |wheel-manylinux2014-cp35m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-653-azure-wheel-manylinux2014-cp35m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-653-azure-wheel-manylinux2014-cp35m)|
   |wheel-manylinux2014-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-653-azure-wheel-manylinux2014-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-653-azure-wheel-manylinux2014-cp36m)|
   |wheel-manylinux2014-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-653-azure-wheel-manylinux2014-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-653-azure-wheel-manylinux2014-cp37m)|
   |wheel-manylinux2014-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-653-azure-wheel-manylinux2014-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-653-azure-wheel-manylinux2014-cp38)|
   |wheel-manylinux2014-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-653-azure-wheel-manylinux2014-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-653-azure-wheel-manylinux2014-cp39)|
   |wheel-osx-high-sierra-cp35m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-653-travis-wheel-osx-high-sierra-cp35m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp36m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-653-travis-wheel-osx-high-sierra-cp36m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp37m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-653-travis-wheel-osx-high-sierra-cp37m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp38|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-653-travis-wheel-osx-high-sierra-cp38.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-653-travis-wheel-osx-high-sierra-cp39.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp35m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-653-travis-wheel-osx-mavericks-cp35m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp36m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-653-travis-wheel-osx-mavericks-cp36m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp37m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-653-travis-wheel-osx-mavericks-cp37m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp38|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-653-travis-wheel-osx-mavericks-cp38.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-653-travis-wheel-osx-mavericks-cp39.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-win-cp35m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-653-appveyor-wheel-win-cp35m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp36m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-653-appveyor-wheel-win-cp36m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp37m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-653-appveyor-wheel-win-cp37m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp38|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-653-appveyor-wheel-win-cp38.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp39|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-653-appveyor-wheel-win-cp39.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-win-*


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   I'll note that [cibuildwheel](https://github.com/joerick/cibuildwheel) supports building Windows wheels on GHA.  The [setup](https://cibuildwheel.readthedocs.io/en/stable/setup/#github-actions) simply uses the `windows-latest` image.


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Hmm... why is VS2015 required?


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: bc59c47e99067ea8dd60d1a2f99533235c612a7c
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-767](https://github.com/ursa-labs/crossbow/branches/all?query=actions-767)
   
   |Task|Status|
   |----|------|
   |wheel-manylinux1-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-767-azure-wheel-manylinux1-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-767-azure-wheel-manylinux1-cp36m)|
   |wheel-manylinux1-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-767-azure-wheel-manylinux1-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-767-azure-wheel-manylinux1-cp37m)|
   |wheel-manylinux1-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-767-azure-wheel-manylinux1-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-767-azure-wheel-manylinux1-cp38)|
   |wheel-manylinux1-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-767-azure-wheel-manylinux1-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-767-azure-wheel-manylinux1-cp39)|
   |wheel-manylinux2010-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-767-azure-wheel-manylinux2010-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-767-azure-wheel-manylinux2010-cp36m)|
   |wheel-manylinux2010-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-767-azure-wheel-manylinux2010-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-767-azure-wheel-manylinux2010-cp37m)|
   |wheel-manylinux2010-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-767-azure-wheel-manylinux2010-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-767-azure-wheel-manylinux2010-cp38)|
   |wheel-manylinux2010-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-767-azure-wheel-manylinux2010-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-767-azure-wheel-manylinux2010-cp39)|
   |wheel-manylinux2014-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-767-azure-wheel-manylinux2014-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-767-azure-wheel-manylinux2014-cp36m)|
   |wheel-manylinux2014-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-767-azure-wheel-manylinux2014-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-767-azure-wheel-manylinux2014-cp37m)|
   |wheel-manylinux2014-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-767-azure-wheel-manylinux2014-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-767-azure-wheel-manylinux2014-cp38)|
   |wheel-manylinux2014-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-767-azure-wheel-manylinux2014-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-767-azure-wheel-manylinux2014-cp39)|


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-osx-mavericks-cp39


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: 77e3df3a4ba4b6c12c0f21ce3cfb7a4be28a7fcd
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-655](https://github.com/ursa-labs/crossbow/branches/all?query=actions-655)
   
   |Task|Status|
   |----|------|
   |conda-clean|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-655-azure-conda-clean)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-655-azure-conda-clean)|
   |conda-linux-gcc-py36-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-655-drone-conda-linux-gcc-py36-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py36-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-655-azure-conda-linux-gcc-py36-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-655-azure-conda-linux-gcc-py36-cpu)|
   |conda-linux-gcc-py36-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-655-azure-conda-linux-gcc-py36-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-655-azure-conda-linux-gcc-py36-cuda)|
   |conda-linux-gcc-py37-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-655-drone-conda-linux-gcc-py37-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py37-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-655-azure-conda-linux-gcc-py37-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-655-azure-conda-linux-gcc-py37-cpu)|
   |conda-linux-gcc-py37-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-655-azure-conda-linux-gcc-py37-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-655-azure-conda-linux-gcc-py37-cuda)|
   |conda-linux-gcc-py38-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-655-drone-conda-linux-gcc-py38-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py38-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-655-azure-conda-linux-gcc-py38-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-655-azure-conda-linux-gcc-py38-cpu)|
   |conda-linux-gcc-py38-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-655-azure-conda-linux-gcc-py38-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-655-azure-conda-linux-gcc-py38-cuda)|
   |conda-linux-gcc-py39-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-655-drone-conda-linux-gcc-py39-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py39-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-655-azure-conda-linux-gcc-py39-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-655-azure-conda-linux-gcc-py39-cpu)|
   |conda-linux-gcc-py39-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-655-azure-conda-linux-gcc-py39-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-655-azure-conda-linux-gcc-py39-cuda)|
   |conda-osx-clang-py36|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-655-azure-conda-osx-clang-py36)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-655-azure-conda-osx-clang-py36)|
   |conda-osx-clang-py37|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-655-azure-conda-osx-clang-py37)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-655-azure-conda-osx-clang-py37)|
   |conda-osx-clang-py38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-655-azure-conda-osx-clang-py38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-655-azure-conda-osx-clang-py38)|
   |conda-osx-clang-py39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-655-azure-conda-osx-clang-py39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-655-azure-conda-osx-clang-py39)|
   |conda-win-vs2017-py36|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-655-azure-conda-win-vs2017-py36)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-655-azure-conda-win-vs2017-py36)|
   |conda-win-vs2017-py37|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-655-azure-conda-win-vs2017-py37)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-655-azure-conda-win-vs2017-py37)|
   |conda-win-vs2017-py38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-655-azure-conda-win-vs2017-py38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-655-azure-conda-win-vs2017-py38)|
   |conda-win-vs2017-py39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-655-azure-conda-win-vs2017-py39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-655-azure-conda-win-vs2017-py39)|
   |wheel-manylinux1-cp35m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-655-azure-wheel-manylinux1-cp35m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-655-azure-wheel-manylinux1-cp35m)|
   |wheel-manylinux1-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-655-azure-wheel-manylinux1-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-655-azure-wheel-manylinux1-cp36m)|
   |wheel-manylinux1-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-655-azure-wheel-manylinux1-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-655-azure-wheel-manylinux1-cp37m)|
   |wheel-manylinux1-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-655-azure-wheel-manylinux1-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-655-azure-wheel-manylinux1-cp38)|
   |wheel-manylinux1-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-655-azure-wheel-manylinux1-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-655-azure-wheel-manylinux1-cp39)|
   |wheel-manylinux2010-cp35m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-655-azure-wheel-manylinux2010-cp35m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-655-azure-wheel-manylinux2010-cp35m)|
   |wheel-manylinux2010-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-655-azure-wheel-manylinux2010-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-655-azure-wheel-manylinux2010-cp36m)|
   |wheel-manylinux2010-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-655-azure-wheel-manylinux2010-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-655-azure-wheel-manylinux2010-cp37m)|
   |wheel-manylinux2010-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-655-azure-wheel-manylinux2010-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-655-azure-wheel-manylinux2010-cp38)|
   |wheel-manylinux2010-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-655-azure-wheel-manylinux2010-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-655-azure-wheel-manylinux2010-cp39)|
   |wheel-manylinux2014-cp35m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-655-azure-wheel-manylinux2014-cp35m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-655-azure-wheel-manylinux2014-cp35m)|
   |wheel-manylinux2014-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-655-azure-wheel-manylinux2014-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-655-azure-wheel-manylinux2014-cp36m)|
   |wheel-manylinux2014-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-655-azure-wheel-manylinux2014-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-655-azure-wheel-manylinux2014-cp37m)|
   |wheel-manylinux2014-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-655-azure-wheel-manylinux2014-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-655-azure-wheel-manylinux2014-cp38)|
   |wheel-manylinux2014-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-655-azure-wheel-manylinux2014-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-655-azure-wheel-manylinux2014-cp39)|
   |wheel-osx-high-sierra-cp35m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-655-travis-wheel-osx-high-sierra-cp35m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp36m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-655-travis-wheel-osx-high-sierra-cp36m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp37m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-655-travis-wheel-osx-high-sierra-cp37m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp38|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-655-travis-wheel-osx-high-sierra-cp38.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-655-travis-wheel-osx-high-sierra-cp39.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp35m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-655-travis-wheel-osx-mavericks-cp35m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp36m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-655-travis-wheel-osx-mavericks-cp36m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp37m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-655-travis-wheel-osx-mavericks-cp37m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp38|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-655-travis-wheel-osx-mavericks-cp38.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-655-travis-wheel-osx-mavericks-cp39.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-win-cp35m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-655-appveyor-wheel-win-cp35m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp36m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-655-appveyor-wheel-win-cp36m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp37m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-655-appveyor-wheel-win-cp37m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp38|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-655-appveyor-wheel-win-cp38.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp39|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-655-appveyor-wheel-win-cp39.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|


----------------------------------------------------------------
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] stonebig commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   hi, is there a dev Python-3.9 wheel for Windows "pip" already produced by the build system ? 


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: 94d3091b093b41f0ea25df2fd11ad889c2a56c96
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-664](https://github.com/ursa-labs/crossbow/branches/all?query=actions-664)
   
   |Task|Status|
   |----|------|
   |wheel-win-cp35m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-664-appveyor-wheel-win-cp35m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp36m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-664-appveyor-wheel-win-cp36m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp37m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-664-appveyor-wheel-win-cp37m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp38|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-664-appveyor-wheel-win-cp38.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp39|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-664-appveyor-wheel-win-cp39.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|


----------------------------------------------------------------
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] terencehonles edited a comment on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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






----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: 7c61d98dfc82c8cc557021c58c5eb5b70f69dc65
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-656](https://github.com/ursa-labs/crossbow/branches/all?query=actions-656)
   
   |Task|Status|
   |----|------|
   |conda-clean|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-656-azure-conda-clean)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-656-azure-conda-clean)|
   |conda-linux-gcc-py36-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-656-drone-conda-linux-gcc-py36-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py36-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-656-azure-conda-linux-gcc-py36-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-656-azure-conda-linux-gcc-py36-cpu)|
   |conda-linux-gcc-py36-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-656-azure-conda-linux-gcc-py36-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-656-azure-conda-linux-gcc-py36-cuda)|
   |conda-linux-gcc-py37-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-656-drone-conda-linux-gcc-py37-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py37-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-656-azure-conda-linux-gcc-py37-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-656-azure-conda-linux-gcc-py37-cpu)|
   |conda-linux-gcc-py37-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-656-azure-conda-linux-gcc-py37-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-656-azure-conda-linux-gcc-py37-cuda)|
   |conda-linux-gcc-py38-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-656-drone-conda-linux-gcc-py38-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py38-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-656-azure-conda-linux-gcc-py38-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-656-azure-conda-linux-gcc-py38-cpu)|
   |conda-linux-gcc-py38-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-656-azure-conda-linux-gcc-py38-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-656-azure-conda-linux-gcc-py38-cuda)|
   |conda-linux-gcc-py39-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-656-drone-conda-linux-gcc-py39-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py39-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-656-azure-conda-linux-gcc-py39-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-656-azure-conda-linux-gcc-py39-cpu)|
   |conda-linux-gcc-py39-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-656-azure-conda-linux-gcc-py39-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-656-azure-conda-linux-gcc-py39-cuda)|
   |conda-osx-clang-py36|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-656-azure-conda-osx-clang-py36)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-656-azure-conda-osx-clang-py36)|
   |conda-osx-clang-py37|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-656-azure-conda-osx-clang-py37)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-656-azure-conda-osx-clang-py37)|
   |conda-osx-clang-py38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-656-azure-conda-osx-clang-py38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-656-azure-conda-osx-clang-py38)|
   |conda-osx-clang-py39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-656-azure-conda-osx-clang-py39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-656-azure-conda-osx-clang-py39)|
   |conda-win-vs2017-py36|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-656-azure-conda-win-vs2017-py36)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-656-azure-conda-win-vs2017-py36)|
   |conda-win-vs2017-py37|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-656-azure-conda-win-vs2017-py37)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-656-azure-conda-win-vs2017-py37)|
   |conda-win-vs2017-py38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-656-azure-conda-win-vs2017-py38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-656-azure-conda-win-vs2017-py38)|
   |conda-win-vs2017-py39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-656-azure-conda-win-vs2017-py39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-656-azure-conda-win-vs2017-py39)|
   |wheel-manylinux1-cp35m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-656-azure-wheel-manylinux1-cp35m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-656-azure-wheel-manylinux1-cp35m)|
   |wheel-manylinux1-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-656-azure-wheel-manylinux1-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-656-azure-wheel-manylinux1-cp36m)|
   |wheel-manylinux1-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-656-azure-wheel-manylinux1-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-656-azure-wheel-manylinux1-cp37m)|
   |wheel-manylinux1-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-656-azure-wheel-manylinux1-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-656-azure-wheel-manylinux1-cp38)|
   |wheel-manylinux1-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-656-azure-wheel-manylinux1-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-656-azure-wheel-manylinux1-cp39)|
   |wheel-manylinux2010-cp35m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-656-azure-wheel-manylinux2010-cp35m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-656-azure-wheel-manylinux2010-cp35m)|
   |wheel-manylinux2010-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-656-azure-wheel-manylinux2010-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-656-azure-wheel-manylinux2010-cp36m)|
   |wheel-manylinux2010-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-656-azure-wheel-manylinux2010-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-656-azure-wheel-manylinux2010-cp37m)|
   |wheel-manylinux2010-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-656-azure-wheel-manylinux2010-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-656-azure-wheel-manylinux2010-cp38)|
   |wheel-manylinux2010-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-656-azure-wheel-manylinux2010-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-656-azure-wheel-manylinux2010-cp39)|
   |wheel-manylinux2014-cp35m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-656-azure-wheel-manylinux2014-cp35m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-656-azure-wheel-manylinux2014-cp35m)|
   |wheel-manylinux2014-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-656-azure-wheel-manylinux2014-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-656-azure-wheel-manylinux2014-cp36m)|
   |wheel-manylinux2014-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-656-azure-wheel-manylinux2014-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-656-azure-wheel-manylinux2014-cp37m)|
   |wheel-manylinux2014-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-656-azure-wheel-manylinux2014-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-656-azure-wheel-manylinux2014-cp38)|
   |wheel-manylinux2014-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-656-azure-wheel-manylinux2014-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-656-azure-wheel-manylinux2014-cp39)|
   |wheel-osx-high-sierra-cp35m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-656-travis-wheel-osx-high-sierra-cp35m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp36m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-656-travis-wheel-osx-high-sierra-cp36m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp37m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-656-travis-wheel-osx-high-sierra-cp37m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp38|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-656-travis-wheel-osx-high-sierra-cp38.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-656-travis-wheel-osx-high-sierra-cp39.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp35m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-656-travis-wheel-osx-mavericks-cp35m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp36m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-656-travis-wheel-osx-mavericks-cp36m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp37m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-656-travis-wheel-osx-mavericks-cp37m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp38|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-656-travis-wheel-osx-mavericks-cp38.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-656-travis-wheel-osx-mavericks-cp39.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-win-cp35m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-656-appveyor-wheel-win-cp35m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp36m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-656-appveyor-wheel-win-cp36m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp37m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-656-appveyor-wheel-win-cp37m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp38|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-656-appveyor-wheel-win-cp38.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp39|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-656-appveyor-wheel-win-cp39.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   That would be great, thanks Kou!


----------------------------------------------------------------
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] terencehonles edited a comment on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   I'll try to build locally, there seems to be a SSL/TLS error when trying to use `yum`
   
   Looks like it is likely this https://github.com/pypa/manylinux/pull/845 so I'll bump the base images and try again. Windows is probably separate.


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   It looks like cmake was already part of the quay.io/pypa/manylinux2014_x86_64:2020-10-06-b2ca7a1 and  `scripts/install_cmake.sh` needed to be updated.
   


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: 1ed61c734d8aa9034dec75d290426f12b734bd3a
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-657](https://github.com/ursa-labs/crossbow/branches/all?query=actions-657)
   
   |Task|Status|
   |----|------|
   |conda-clean|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-657-azure-conda-clean)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-657-azure-conda-clean)|
   |conda-linux-gcc-py36-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-657-drone-conda-linux-gcc-py36-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py36-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-657-azure-conda-linux-gcc-py36-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-657-azure-conda-linux-gcc-py36-cpu)|
   |conda-linux-gcc-py36-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-657-azure-conda-linux-gcc-py36-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-657-azure-conda-linux-gcc-py36-cuda)|
   |conda-linux-gcc-py37-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-657-drone-conda-linux-gcc-py37-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py37-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-657-azure-conda-linux-gcc-py37-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-657-azure-conda-linux-gcc-py37-cpu)|
   |conda-linux-gcc-py37-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-657-azure-conda-linux-gcc-py37-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-657-azure-conda-linux-gcc-py37-cuda)|
   |conda-linux-gcc-py38-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-657-drone-conda-linux-gcc-py38-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py38-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-657-azure-conda-linux-gcc-py38-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-657-azure-conda-linux-gcc-py38-cpu)|
   |conda-linux-gcc-py38-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-657-azure-conda-linux-gcc-py38-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-657-azure-conda-linux-gcc-py38-cuda)|
   |conda-linux-gcc-py39-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-657-drone-conda-linux-gcc-py39-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py39-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-657-azure-conda-linux-gcc-py39-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-657-azure-conda-linux-gcc-py39-cpu)|
   |conda-linux-gcc-py39-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-657-azure-conda-linux-gcc-py39-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-657-azure-conda-linux-gcc-py39-cuda)|
   |conda-osx-clang-py36|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-657-azure-conda-osx-clang-py36)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-657-azure-conda-osx-clang-py36)|
   |conda-osx-clang-py37|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-657-azure-conda-osx-clang-py37)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-657-azure-conda-osx-clang-py37)|
   |conda-osx-clang-py38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-657-azure-conda-osx-clang-py38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-657-azure-conda-osx-clang-py38)|
   |conda-osx-clang-py39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-657-azure-conda-osx-clang-py39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-657-azure-conda-osx-clang-py39)|
   |conda-win-vs2017-py36|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-657-azure-conda-win-vs2017-py36)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-657-azure-conda-win-vs2017-py36)|
   |conda-win-vs2017-py37|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-657-azure-conda-win-vs2017-py37)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-657-azure-conda-win-vs2017-py37)|
   |conda-win-vs2017-py38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-657-azure-conda-win-vs2017-py38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-657-azure-conda-win-vs2017-py38)|
   |conda-win-vs2017-py39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-657-azure-conda-win-vs2017-py39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-657-azure-conda-win-vs2017-py39)|
   |wheel-manylinux1-cp35m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-657-azure-wheel-manylinux1-cp35m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-657-azure-wheel-manylinux1-cp35m)|
   |wheel-manylinux1-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-657-azure-wheel-manylinux1-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-657-azure-wheel-manylinux1-cp36m)|
   |wheel-manylinux1-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-657-azure-wheel-manylinux1-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-657-azure-wheel-manylinux1-cp37m)|
   |wheel-manylinux1-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-657-azure-wheel-manylinux1-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-657-azure-wheel-manylinux1-cp38)|
   |wheel-manylinux1-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-657-azure-wheel-manylinux1-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-657-azure-wheel-manylinux1-cp39)|
   |wheel-manylinux2010-cp35m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-657-azure-wheel-manylinux2010-cp35m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-657-azure-wheel-manylinux2010-cp35m)|
   |wheel-manylinux2010-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-657-azure-wheel-manylinux2010-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-657-azure-wheel-manylinux2010-cp36m)|
   |wheel-manylinux2010-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-657-azure-wheel-manylinux2010-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-657-azure-wheel-manylinux2010-cp37m)|
   |wheel-manylinux2010-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-657-azure-wheel-manylinux2010-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-657-azure-wheel-manylinux2010-cp38)|
   |wheel-manylinux2010-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-657-azure-wheel-manylinux2010-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-657-azure-wheel-manylinux2010-cp39)|
   |wheel-manylinux2014-cp35m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-657-azure-wheel-manylinux2014-cp35m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-657-azure-wheel-manylinux2014-cp35m)|
   |wheel-manylinux2014-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-657-azure-wheel-manylinux2014-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-657-azure-wheel-manylinux2014-cp36m)|
   |wheel-manylinux2014-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-657-azure-wheel-manylinux2014-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-657-azure-wheel-manylinux2014-cp37m)|
   |wheel-manylinux2014-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-657-azure-wheel-manylinux2014-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-657-azure-wheel-manylinux2014-cp38)|
   |wheel-manylinux2014-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-657-azure-wheel-manylinux2014-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-657-azure-wheel-manylinux2014-cp39)|
   |wheel-osx-high-sierra-cp35m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-657-travis-wheel-osx-high-sierra-cp35m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp36m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-657-travis-wheel-osx-high-sierra-cp36m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp37m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-657-travis-wheel-osx-high-sierra-cp37m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp38|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-657-travis-wheel-osx-high-sierra-cp38.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-657-travis-wheel-osx-high-sierra-cp39.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp35m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-657-travis-wheel-osx-mavericks-cp35m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp36m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-657-travis-wheel-osx-mavericks-cp36m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp37m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-657-travis-wheel-osx-mavericks-cp37m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp38|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-657-travis-wheel-osx-mavericks-cp38.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-657-travis-wheel-osx-mavericks-cp39.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-win-cp35m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-657-appveyor-wheel-win-cp35m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp36m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-657-appveyor-wheel-win-cp36m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp37m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-657-appveyor-wheel-win-cp37m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp38|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-657-appveyor-wheel-win-cp38.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp39|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-657-appveyor-wheel-win-cp39.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: 3488e1c6fc6b6d5393daa26549a3ea023a627512
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-710](https://github.com/ursa-labs/crossbow/branches/all?query=actions-710)
   
   |Task|Status|
   |----|------|
   |wheel-win-cp38|[![Github Actions](https://github.com/ursa-labs/crossbow/workflows/Crossbow/badge.svg?branch=actions-710-github-wheel-win-cp38)](https://github.com/ursa-labs/crossbow/actions?query=branch:actions-710-github-wheel-win-cp38)|


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-win-cp38


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit -g conda -g wheel


----------------------------------------------------------------
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] kou commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-win-*
   
   Thanks!


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   I didn't realize the .ci_support files were vendored from https://github.com/conda-forge/arrow-cpp-feedstock. I updated the files to https://github.com/conda-forge/arrow-cpp-feedstock/commit/abbcc009d4171a8d6cb5dbfd5c49ddc38ab8e7f5


----------------------------------------------------------------
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] liyucheng09 commented on pull request #8386: ARROW-10224: [Python] Add support for Python 3.9 except macOS wheel and Windows wheel

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


   @terencehonles Thanks a lot. I installed pyarrorw sucessfully.
   
   I was just curious that when I type `pip install pyarrow` the error log shows that it was stopped during install numpy, which is already installed in my environment (maybe the version is too advanced?).
   
   I thought that figure it out may help me to understand deeper about python package installing process.


----------------------------------------------------------------
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] kou commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Thanks!
   
   > Is this newly introduced by github?
   
   It seems that it's introduced at 2020-06-03: https://github.blog/changelog/2020-06-03-personal-access-tokens-workflow-permission/
   
   GitHub may disable the following care recently:
   
   > To prevent breaking existing workflows we are enabling this scope on all existing PATs.


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: 9ee37df987105f9546914f034b4d23c08b491a4d
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-651](https://github.com/ursa-labs/crossbow/branches/all?query=actions-651)
   
   |Task|Status|
   |----|------|
   |conda-clean|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-651-azure-conda-clean)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-651-azure-conda-clean)|
   |conda-linux-gcc-py36-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-651-drone-conda-linux-gcc-py36-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py36-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-651-azure-conda-linux-gcc-py36-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-651-azure-conda-linux-gcc-py36-cpu)|
   |conda-linux-gcc-py36-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-651-azure-conda-linux-gcc-py36-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-651-azure-conda-linux-gcc-py36-cuda)|
   |conda-linux-gcc-py37-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-651-drone-conda-linux-gcc-py37-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py37-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-651-azure-conda-linux-gcc-py37-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-651-azure-conda-linux-gcc-py37-cpu)|
   |conda-linux-gcc-py37-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-651-azure-conda-linux-gcc-py37-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-651-azure-conda-linux-gcc-py37-cuda)|
   |conda-linux-gcc-py38-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-651-drone-conda-linux-gcc-py38-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py38-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-651-azure-conda-linux-gcc-py38-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-651-azure-conda-linux-gcc-py38-cpu)|
   |conda-linux-gcc-py38-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-651-azure-conda-linux-gcc-py38-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-651-azure-conda-linux-gcc-py38-cuda)|
   |conda-linux-gcc-py39-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-651-drone-conda-linux-gcc-py39-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py39-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-651-azure-conda-linux-gcc-py39-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-651-azure-conda-linux-gcc-py39-cpu)|
   |conda-linux-gcc-py39-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-651-azure-conda-linux-gcc-py39-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-651-azure-conda-linux-gcc-py39-cuda)|
   |conda-osx-clang-py36|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-651-azure-conda-osx-clang-py36)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-651-azure-conda-osx-clang-py36)|
   |conda-osx-clang-py37|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-651-azure-conda-osx-clang-py37)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-651-azure-conda-osx-clang-py37)|
   |conda-osx-clang-py38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-651-azure-conda-osx-clang-py38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-651-azure-conda-osx-clang-py38)|
   |conda-osx-clang-py39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-651-azure-conda-osx-clang-py39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-651-azure-conda-osx-clang-py39)|
   |conda-win-vs2017-py36|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-651-azure-conda-win-vs2017-py36)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-651-azure-conda-win-vs2017-py36)|
   |conda-win-vs2017-py37|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-651-azure-conda-win-vs2017-py37)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-651-azure-conda-win-vs2017-py37)|
   |conda-win-vs2017-py38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-651-azure-conda-win-vs2017-py38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-651-azure-conda-win-vs2017-py38)|
   |conda-win-vs2017-py39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-651-azure-conda-win-vs2017-py39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-651-azure-conda-win-vs2017-py39)|


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Also, conda-forge doesn't seem to be ready either.


----------------------------------------------------------------
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] terencehonles edited a comment on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   > Note that Numpy doesn't provide [pre-compiled wheels](https://pypi.org/project/numpy/#files) for 3.9 currently.
   > 
   > Also, conda-forge doesn't seem to be ready either.
   
   Yeah, that's fine. I'm not really in a rush, I just wanted to help to get things in place that we could move forward as soon as all of the dependencies are met (and to identify where things are and what is still missing)
   
   It does build, and I was able to install everything in the project I am working on and run the tests (and discover other things that need to be updated), so that's really mainly what I was looking for. I figured I'd do it in public on a PR and use the built wheels instead of just building/testing locally and not sharing my work :slightly_smiling_face: 


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-osx-mavericks-cp39


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-win-*


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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






----------------------------------------------------------------
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] kou commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   It's not a problem that `actions-XXX` branch doesn't have GitHub Actions config.
   It's a problem that `actions-XXX-github-YYY` branch isn't created.
   
   It seems that we need to add the `workflow` scope to GitHub Personal Access Token for Crossbow.
   @kszucs Could you add the `workflow` scope to the Personal Access Token registered by https://issues.apache.org/jira/browse/INFRA-19954 ?


----------------------------------------------------------------
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] xhochy commented on pull request #8386: ARROW-10224: [Python] Add support for Python 3.9 except macOS wheel and Windows wheel

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


   > @xhochy Can we accept `conda-linux-gcc-py*-aarch64` failures in this pull request?
   
   Yes. CI is broken but I know that upstream they work. So we're fine here.


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @kou not sure if you have any thoughts on the following:
   
   - For the windows wheel it looks like the issue is the VS runtime is pinned [here](https://github.com/apache/arrow/blob/fa456de6d03c4fa5bac104b5b31f72d7be92f450/dev/tasks/python-wheels/win-build.bat#L28). I'm not sure if I can just remove that or what I should adjust it to.
   - For Mac it looks like it's [something to do with CMake](https://travis-ci.com/github/ursa-labs/crossbow/builds/191503619#L467-L475) and I'm not sure where to go from here
   - C++ / AMD64 Windows MinGW 64 C++ (pull_request) looks like it's starting to fail now, and it's because of a timeout error. The timeout is set to 5 minutes, but I'm wondering if it's OK for me to bump it up higher.


----------------------------------------------------------------
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] terencehonles commented on a change in pull request #8386: ARROW-10224: [Python] Add support for Python 3.9 except macOS wheel and Windows wheel

Posted by GitBox <gi...@apache.org>.
terencehonles commented on a change in pull request #8386:
URL: https://github.com/apache/arrow/pull/8386#discussion_r541255152



##########
File path: cpp/Brewfile
##########
@@ -25,7 +25,6 @@ brew "flatbuffers"
 brew "git"
 brew "glog"
 brew "grpc"
-brew "llvm"

Review comment:
       Do we actually want brew `llvm` and `llvm@8`? Reverting anyways.




----------------------------------------------------------------
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] kou commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   (We need to wait a while until our comments are processed.)
   


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   I _believe_ https://github.com/apache/arrow/pull/8386/commits/ec5e6797e48fb0f4679c12496444ceead0861524 should be sufficient and I shouldn't have to remove `dev/tasks/conda-recipes/.ci_support/win*`. It looks like crossbow agrees, but not sure if there is any other builders that might be looking elsewhere.


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit -g conda -g wheel


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   > Could you try the command lines that are executed in CMake on the environment?
   > 
   > * https://gitlab.kitware.com/cmake/cmake/-/blob/v3.17.0/Modules/FindPython/Support.cmake#L2333
   > * https://gitlab.kitware.com/cmake/cmake/-/blob/v3.17.0/Modules/FindPython/Support.cmake#L2357
   
   It looks like the issue is likely this https://github.com/numpy/numpy/issues/15947 when using Python directly as suggested:
   
   ```
   Building wheels for collected packages: numpy
     Building wheel for numpy (PEP 517): started
     Building wheel for numpy (PEP 517): still running...
     Building wheel for numpy (PEP 517): still running...
     Building wheel for numpy (PEP 517): finished with status 'done'
     Created wheel for numpy: filename=numpy-1.19.2-cp39-cp39-macosx_10_13_x86_64.whl size=4626041 sha256=be42ba9492a0f018618368d2193572162468dd640733db26582bae57715247d5
     Stored in directory: /Users/travis/Library/Caches/pip/wheels/a3/17/dd/f2dba23a35bb6008732772ccfb13d3d0e537fbc6919ce6862b
   Successfully built numpy
   Installing collected packages: cython, numpy
   Successfully installed cython-0.29.21 numpy-1.19.2
   ++python -c 'import numpy; print(numpy.get_include())'
   init_dgelsd failed init
   Traceback (most recent call last):
     File "<string>", line 1, in <module>
     File "/Users/travis/build/ursa-labs/crossbow/venv/lib/python3.9/site-packages/numpy/__init__.py", line 286, in <module>
       raise RuntimeError(msg)
   RuntimeError: Polyfit sanity test emitted a warning, most likely due to using a buggy Accelerate backend. If you compiled yourself, see site.cfg.example for information. Otherwise report this to the vendor that provided NumPy.
   RankWarning: Polyfit may be poorly conditioned
   ```


----------------------------------------------------------------
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] terencehonles edited a comment on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   > > ```
   > > * For the windows wheel it looks like the issue is the VS runtime is pinned [here](https://github.com/apache/arrow/blob/fa456de6d03c4fa5bac104b5b31f72d7be92f450/dev/tasks/python-wheels/win-build.bat#L28). I'm not sure if I can just remove that or what I should adjust it to.
   > > ```
   > 
   > Could you try removing `"vs2015_runtime<14.16"`?
   
   It looks like all of the windows wheels are failing on
   
   ```
   --   Including C:/Miniconda3-x64/envs/wheel-build/Library/lib/cmake/boost_regex-1.74.0/libboost_regex-variant-shared.cmake
   --   [ ] boost_regex.lib
   CMake Error at C:/Miniconda3-x64/envs/wheel-build/Library/lib/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package):
     Found package configuration file:
       C:/Miniconda3-x64/envs/wheel-build/Library/lib/cmake/boost_regex-1.74.0/boost_regex-config.cmake
     but it set boost_regex_FOUND to FALSE so package "boost_regex" is
     considered to be NOT FOUND.  Reason given by package:
     No suitable build variant has been found.
     The following variants have been tried and rejected:
     * boost_regex.lib (shared, Boost_USE_STATIC_LIBS=ON)
   Call Stack (most recent call first):
   ```
   
   I think [boot 1.74 isn't known](https://gitlab.kitware.com/cmake/cmake/-/blob/v3.17.0/Modules/FindBoost.cmake#L1435-1444) by cmake 3.17.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.

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



[GitHub] [arrow] github-actions[bot] commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: 2f407701f447cdfb60c205d9eb8c3af0b0577d9b
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-772](https://github.com/ursa-labs/crossbow/branches/all?query=actions-772)
   
   |Task|Status|
   |----|------|
   |conda-clean|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-772-azure-conda-clean)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-772-azure-conda-clean)|
   |conda-linux-gcc-py36-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-772-drone-conda-linux-gcc-py36-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py36-cpu-r36|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-772-azure-conda-linux-gcc-py36-cpu-r36)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-772-azure-conda-linux-gcc-py36-cpu-r36)|
   |conda-linux-gcc-py36-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-772-azure-conda-linux-gcc-py36-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-772-azure-conda-linux-gcc-py36-cuda)|
   |conda-linux-gcc-py37-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-772-drone-conda-linux-gcc-py37-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py37-cpu-r40|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-772-azure-conda-linux-gcc-py37-cpu-r40)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-772-azure-conda-linux-gcc-py37-cpu-r40)|
   |conda-linux-gcc-py37-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-772-azure-conda-linux-gcc-py37-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-772-azure-conda-linux-gcc-py37-cuda)|
   |conda-linux-gcc-py38-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-772-drone-conda-linux-gcc-py38-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py38-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-772-azure-conda-linux-gcc-py38-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-772-azure-conda-linux-gcc-py38-cpu)|
   |conda-linux-gcc-py38-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-772-azure-conda-linux-gcc-py38-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-772-azure-conda-linux-gcc-py38-cuda)|
   |conda-linux-gcc-py39-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-772-drone-conda-linux-gcc-py39-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py39-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-772-azure-conda-linux-gcc-py39-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-772-azure-conda-linux-gcc-py39-cpu)|
   |conda-linux-gcc-py39-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-772-azure-conda-linux-gcc-py39-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-772-azure-conda-linux-gcc-py39-cuda)|
   |conda-osx-clang-py36-r36|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-772-azure-conda-osx-clang-py36-r36)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-772-azure-conda-osx-clang-py36-r36)|
   |conda-osx-clang-py37-r40|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-772-azure-conda-osx-clang-py37-r40)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-772-azure-conda-osx-clang-py37-r40)|
   |conda-osx-clang-py38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-772-azure-conda-osx-clang-py38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-772-azure-conda-osx-clang-py38)|
   |conda-osx-clang-py39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-772-azure-conda-osx-clang-py39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-772-azure-conda-osx-clang-py39)|
   |conda-win-vs2017-py36-r36|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-772-azure-conda-win-vs2017-py36-r36)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-772-azure-conda-win-vs2017-py36-r36)|
   |conda-win-vs2017-py37-r40|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-772-azure-conda-win-vs2017-py37-r40)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-772-azure-conda-win-vs2017-py37-r40)|
   |conda-win-vs2017-py38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-772-azure-conda-win-vs2017-py38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-772-azure-conda-win-vs2017-py38)|
   |wheel-manylinux1-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-772-azure-wheel-manylinux1-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-772-azure-wheel-manylinux1-cp36m)|
   |wheel-manylinux1-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-772-azure-wheel-manylinux1-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-772-azure-wheel-manylinux1-cp37m)|
   |wheel-manylinux1-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-772-azure-wheel-manylinux1-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-772-azure-wheel-manylinux1-cp38)|
   |wheel-manylinux1-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-772-azure-wheel-manylinux1-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-772-azure-wheel-manylinux1-cp39)|
   |wheel-manylinux2010-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-772-azure-wheel-manylinux2010-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-772-azure-wheel-manylinux2010-cp36m)|
   |wheel-manylinux2010-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-772-azure-wheel-manylinux2010-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-772-azure-wheel-manylinux2010-cp37m)|
   |wheel-manylinux2010-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-772-azure-wheel-manylinux2010-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-772-azure-wheel-manylinux2010-cp38)|
   |wheel-manylinux2010-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-772-azure-wheel-manylinux2010-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-772-azure-wheel-manylinux2010-cp39)|
   |wheel-manylinux2014-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-772-azure-wheel-manylinux2014-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-772-azure-wheel-manylinux2014-cp36m)|
   |wheel-manylinux2014-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-772-azure-wheel-manylinux2014-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-772-azure-wheel-manylinux2014-cp37m)|
   |wheel-manylinux2014-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-772-azure-wheel-manylinux2014-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-772-azure-wheel-manylinux2014-cp38)|
   |wheel-manylinux2014-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-772-azure-wheel-manylinux2014-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-772-azure-wheel-manylinux2014-cp39)|


----------------------------------------------------------------
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] kou commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   I see. It seems that our Crossbow + AppVeyor usage isn't suitable for AppVeyor. I will port the Crossbow tasks to GitHub Actions from AppVeyor.


----------------------------------------------------------------
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] terencehonles commented on a change in pull request #8386: ARROW-10224: [Python] Add support for Python 3.9 except macOS wheel and Windows wheel

Posted by GitBox <gi...@apache.org>.
terencehonles commented on a change in pull request #8386:
URL: https://github.com/apache/arrow/pull/8386#discussion_r541256853



##########
File path: dev/tasks/python-wheels/github.win.yml
##########
@@ -53,9 +53,9 @@ jobs:
         run: |
           echo "c:\\Miniconda\\condabin" >> $GITHUB_PATH
       - name: Build wheel
-        shell: bash
+        shell: cmd
         run: |
-          arrow/dev/tasks/python-wheels/win-build.bat
+          call arrow/dev/tasks/python-wheels/win-build.bat

Review comment:
       Ok, I left it in because I wasn't sure if it actually allowed the error code to be used, I'll revert since it sounds like it wasn't a 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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit -g conda -g wheel


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-win-*


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   I can't tell what's actually the issue with the OS X Python 3.9 builds. I see https://travis-ci.com/github/ursa-labs/crossbow/builds/191336854 and my guess is that CMake [has not been updated in either homebrew or on Travis](https://travis-ci.com/github/ursa-labs/crossbow/builds/191336854#L119) to support [Python 3.9](https://travis-ci.com/github/ursa-labs/crossbow/builds/191336854#L467-L475)?


----------------------------------------------------------------
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] n8henrie commented on pull request #8386: ARROW-10224: [Python] Add support for Python 3.9 except macOS wheel and Windows wheel

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


   Thanks for the suggestion!
   
   Unfortunately my distro has already moved to 3.9 (including all my cuda and DL libraries etc) so I need a 39 compatible wheel or I can't use it. Nightly it is for now! This way I can make sure the release I'm installing is at least passing CI. 


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: fa456de6d03c4fa5bac104b5b31f72d7be92f450
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-658](https://github.com/ursa-labs/crossbow/branches/all?query=actions-658)
   
   |Task|Status|
   |----|------|
   |conda-clean|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-658-azure-conda-clean)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-658-azure-conda-clean)|
   |conda-linux-gcc-py36-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-658-drone-conda-linux-gcc-py36-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py36-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-658-azure-conda-linux-gcc-py36-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-658-azure-conda-linux-gcc-py36-cpu)|
   |conda-linux-gcc-py36-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-658-azure-conda-linux-gcc-py36-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-658-azure-conda-linux-gcc-py36-cuda)|
   |conda-linux-gcc-py37-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-658-drone-conda-linux-gcc-py37-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py37-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-658-azure-conda-linux-gcc-py37-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-658-azure-conda-linux-gcc-py37-cpu)|
   |conda-linux-gcc-py37-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-658-azure-conda-linux-gcc-py37-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-658-azure-conda-linux-gcc-py37-cuda)|
   |conda-linux-gcc-py38-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-658-drone-conda-linux-gcc-py38-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py38-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-658-azure-conda-linux-gcc-py38-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-658-azure-conda-linux-gcc-py38-cpu)|
   |conda-linux-gcc-py38-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-658-azure-conda-linux-gcc-py38-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-658-azure-conda-linux-gcc-py38-cuda)|
   |conda-linux-gcc-py39-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-658-drone-conda-linux-gcc-py39-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py39-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-658-azure-conda-linux-gcc-py39-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-658-azure-conda-linux-gcc-py39-cpu)|
   |conda-linux-gcc-py39-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-658-azure-conda-linux-gcc-py39-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-658-azure-conda-linux-gcc-py39-cuda)|
   |conda-osx-clang-py36|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-658-azure-conda-osx-clang-py36)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-658-azure-conda-osx-clang-py36)|
   |conda-osx-clang-py37|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-658-azure-conda-osx-clang-py37)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-658-azure-conda-osx-clang-py37)|
   |conda-osx-clang-py38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-658-azure-conda-osx-clang-py38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-658-azure-conda-osx-clang-py38)|
   |conda-osx-clang-py39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-658-azure-conda-osx-clang-py39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-658-azure-conda-osx-clang-py39)|
   |conda-win-vs2017-py36|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-658-azure-conda-win-vs2017-py36)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-658-azure-conda-win-vs2017-py36)|
   |conda-win-vs2017-py37|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-658-azure-conda-win-vs2017-py37)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-658-azure-conda-win-vs2017-py37)|
   |conda-win-vs2017-py38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-658-azure-conda-win-vs2017-py38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-658-azure-conda-win-vs2017-py38)|
   |conda-win-vs2017-py39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-658-azure-conda-win-vs2017-py39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-658-azure-conda-win-vs2017-py39)|
   |wheel-manylinux1-cp35m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-658-azure-wheel-manylinux1-cp35m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-658-azure-wheel-manylinux1-cp35m)|
   |wheel-manylinux1-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-658-azure-wheel-manylinux1-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-658-azure-wheel-manylinux1-cp36m)|
   |wheel-manylinux1-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-658-azure-wheel-manylinux1-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-658-azure-wheel-manylinux1-cp37m)|
   |wheel-manylinux1-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-658-azure-wheel-manylinux1-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-658-azure-wheel-manylinux1-cp38)|
   |wheel-manylinux1-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-658-azure-wheel-manylinux1-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-658-azure-wheel-manylinux1-cp39)|
   |wheel-manylinux2010-cp35m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-658-azure-wheel-manylinux2010-cp35m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-658-azure-wheel-manylinux2010-cp35m)|
   |wheel-manylinux2010-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-658-azure-wheel-manylinux2010-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-658-azure-wheel-manylinux2010-cp36m)|
   |wheel-manylinux2010-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-658-azure-wheel-manylinux2010-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-658-azure-wheel-manylinux2010-cp37m)|
   |wheel-manylinux2010-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-658-azure-wheel-manylinux2010-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-658-azure-wheel-manylinux2010-cp38)|
   |wheel-manylinux2010-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-658-azure-wheel-manylinux2010-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-658-azure-wheel-manylinux2010-cp39)|
   |wheel-manylinux2014-cp35m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-658-azure-wheel-manylinux2014-cp35m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-658-azure-wheel-manylinux2014-cp35m)|
   |wheel-manylinux2014-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-658-azure-wheel-manylinux2014-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-658-azure-wheel-manylinux2014-cp36m)|
   |wheel-manylinux2014-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-658-azure-wheel-manylinux2014-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-658-azure-wheel-manylinux2014-cp37m)|
   |wheel-manylinux2014-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-658-azure-wheel-manylinux2014-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-658-azure-wheel-manylinux2014-cp38)|
   |wheel-manylinux2014-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-658-azure-wheel-manylinux2014-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-658-azure-wheel-manylinux2014-cp39)|
   |wheel-osx-high-sierra-cp35m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-658-travis-wheel-osx-high-sierra-cp35m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp36m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-658-travis-wheel-osx-high-sierra-cp36m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp37m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-658-travis-wheel-osx-high-sierra-cp37m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp38|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-658-travis-wheel-osx-high-sierra-cp38.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-658-travis-wheel-osx-high-sierra-cp39.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp35m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-658-travis-wheel-osx-mavericks-cp35m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp36m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-658-travis-wheel-osx-mavericks-cp36m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp37m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-658-travis-wheel-osx-mavericks-cp37m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp38|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-658-travis-wheel-osx-mavericks-cp38.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-658-travis-wheel-osx-mavericks-cp39.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-win-cp35m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-658-appveyor-wheel-win-cp35m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp36m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-658-appveyor-wheel-win-cp36m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp37m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-658-appveyor-wheel-win-cp37m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp38|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-658-appveyor-wheel-win-cp38.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp39|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-658-appveyor-wheel-win-cp39.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Add support for Python 3.9 except macOS wheel and Windows wheel

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


   > @kou Thanks for your help. I think it may because the link `https://pypi.fury.io/arrow-nightlies/` still lacks wheels for python3.9 on macos.
   
   @liyucheng09 yes that's correct, if you're impatient and OK with using a crossbow build as @n8henrie was attempting you can use https://github.com/ursa-labs/crossbow/branches/all?query=actions-686 which built both mavericks and high sierra as you can see in https://github.com/apache/arrow/pull/8386#issuecomment-719687857


----------------------------------------------------------------
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] sir-sigurd commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

Posted by GitBox <gi...@apache.org>.
sir-sigurd commented on pull request #8386:
URL: https://github.com/apache/arrow/pull/8386#issuecomment-719398676


   > Looks like more patience is needed. Since numpy and pandas will be built from source they exceed the time limit on Travis confused , I'll try to follow up again once at least one of them has Python 3.9 wheels.
   
   numpy uploaded Python 3.9 wheels yesterday: https://pypi.org/project/numpy/1.19.3/#files


----------------------------------------------------------------
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] kou commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-win-*


----------------------------------------------------------------
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] n8henrie commented on pull request #8386: ARROW-10224: [Python] Add support for Python 3.9 except macOS wheel and Windows wheel

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


   @kou You're likely well aware, but if looking for e.g. `manylinux2014` for 3.9:
   
   ```console
   $ curl -s 'https://api.github.com/repos/ursa-labs/crossbow/releases' | jq -r '.[]["assets"] | .[]["browser_download_url"]' | grep manylinux2014-cp39
   https://github.com/ursa-labs/crossbow/releases/download/nightly-2020-12-18-0-azure-wheel-manylinux2014-cp39/pyarrow-2.1.0.dev412-cp39-cp39-manylinux2014_x86_64.whl
   https://github.com/ursa-labs/crossbow/releases/download/nightly-2020-12-18-0-azure-wheel-manylinux2014-cp39/pyarrow-2.1.0.dev412.tar.gz
   ```
   
   Looks like the api [has a limit of 100 results per call](https://docs.github.com/en/free-pro-team@latest/rest/reference/repos#list-releases), which doesn't go back far enough. Instead of dealing with pagination, it seems like `gh` may have a higher limit:
   
   ```console
   $ gh release list --repo=ursa-labs/crossbow --limit=1000 | grep manylinux2014-c
   p39
   nightly-2020-12-18-0-azure-wheel-manylinux2014-cp39             nightly-2020-12-18-0-azure-wheel-manylinux2014-cp39     2020-12-18T07:26:20Z
   nightly-2020-12-17-0-azure-wheel-manylinux2014-cp39             nightly-2020-12-17-0-azure-wheel-manylinux2014-cp39     2020-12-17T07:33:01Z
   actions-807-azure-wheel-manylinux2014-cp39              actions-807-azure-wheel-manylinux2014-cp39      2020-12-17T01:23:13Z
   actions-804-azure-wheel-manylinux2014-cp39              actions-804-azure-wheel-manylinux2014-cp39      2020-12-16T23:00:37Z
   actions-799-azure-wheel-manylinux2014-cp39              actions-799-azure-wheel-manylinux2014-cp39      2020-12-16T08:54:37Z
   nightly-2020-12-16-0-azure-wheel-manylinux2014-cp39             nightly-2020-12-16-0-azure-wheel-manylinux2014-cp39     2020-12-16T06:58:23Z
   actions-794-azure-wheel-manylinux2014-cp39              actions-794-azure-wheel-manylinux2014-cp39      2020-12-15T21:35:42Z
   nightly-2020-12-15-0-azure-wheel-manylinux2014-cp39             nightly-2020-12-15-0-azure-wheel-manylinux2014-cp39     2020-12-15T06:22:33Z
   nightly-2020-12-14-0-azure-wheel-manylinux2014-cp39             nightly-2020-12-14-0-azure-wheel-manylinux2014-cp39     2020-12-14T07:19:20Z
   actions-783-azure-wheel-manylinux2014-cp39              actions-783-azure-wheel-manylinux2014-cp39      2020-12-12T22:57:41Z
   actions-772-azure-wheel-manylinux2014-cp39              actions-772-azure-wheel-manylinux2014-cp39      2020-12-11T07:19:59Z
   actions-767-azure-wheel-manylinux2014-cp39              actions-767-azure-wheel-manylinux2014-cp39      2020-12-10T20:02:41Z
   actions-759-azure-wheel-manylinux2014-cp39              actions-759-azure-wheel-manylinux2014-cp39      2020-12-10T04:27:52Z
   actions-758-azure-wheel-manylinux2014-cp39              actions-758-azure-wheel-manylinux2014-cp39      2020-12-09T23:30:31Z
   ```
   
   From the name of the release you can construct the URL:
   
   ```plaintext
   https://github.com/ursa-labs/crossbow/releases/actions-783-azure-wheel-manylinux2014-cp39
   ```
   
   And from there you can find:
   
   ```plaintext
   https://github.com/ursa-labs/crossbow/releases/download/actions-783-azure-wheel-manylinux2014-cp39/pyarrow-2.1.0.dev363-cp39-cp39-manylinux2014_x86_64.whl
   ```
   
   From here you can install directly with pip:
   
   ```console
   $ python -m pip install https://github.com/ursa-labs/crossbow/releases/download/actions-783-azure-wheel-manylinux2014-cp39/pyarrow-2.1.0.dev363-cp39-cp39-manylinux2014_x86_64.whl
   ```


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   @github-actions crossbow submit wheel-manylinux1-cp36m wheel-manylinux1-cp38


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: d2b3503eb505b6a1c8d724bfa0a753247032eb73
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-672](https://github.com/ursa-labs/crossbow/branches/all?query=actions-672)
   
   |Task|Status|
   |----|------|
   |wheel-osx-mavericks-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-672-travis-wheel-osx-mavericks-cp39.svg)](https://travis-ci.org/ursa-labs/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.

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



[GitHub] [arrow] terencehonles commented on a change in pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

Posted by GitBox <gi...@apache.org>.
terencehonles commented on a change in pull request #8386:
URL: https://github.com/apache/arrow/pull/8386#discussion_r501332638



##########
File path: dev/tasks/homebrew-formulae/apache-arrow.rb
##########
@@ -16,7 +16,7 @@ class ApacheArrow < Formula
   depends_on "numpy"
   depends_on "openssl@1.1"
   depends_on "protobuf"
-  depends_on "python@3.8"
+  depends_on "python@3.9"

Review comment:
       I'm assuming homebrew should be on the latest Python? It does look like it's available now https://formulae.brew.sh/formula/python@3.9




----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Revision: da52256400bb1cdde72fb6b0cdcf92b9142a5eeb
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-616](https://github.com/ursa-labs/crossbow/branches/all?query=actions-616)
   
   |Task|Status|
   |----|------|
   |conda-clean|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-616-azure-conda-clean)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-616-azure-conda-clean)|
   |conda-linux-gcc-py36-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-616-drone-conda-linux-gcc-py36-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py36-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-616-azure-conda-linux-gcc-py36-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-616-azure-conda-linux-gcc-py36-cpu)|
   |conda-linux-gcc-py36-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-616-azure-conda-linux-gcc-py36-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-616-azure-conda-linux-gcc-py36-cuda)|
   |conda-linux-gcc-py37-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-616-drone-conda-linux-gcc-py37-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py37-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-616-azure-conda-linux-gcc-py37-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-616-azure-conda-linux-gcc-py37-cpu)|
   |conda-linux-gcc-py37-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-616-azure-conda-linux-gcc-py37-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-616-azure-conda-linux-gcc-py37-cuda)|
   |conda-linux-gcc-py38-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-616-drone-conda-linux-gcc-py38-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py38-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-616-azure-conda-linux-gcc-py38-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-616-azure-conda-linux-gcc-py38-cpu)|
   |conda-linux-gcc-py38-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-616-azure-conda-linux-gcc-py38-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-616-azure-conda-linux-gcc-py38-cuda)|
   |conda-linux-gcc-py39-aarch64|[![Drone](https://img.shields.io/drone/build/ursa-labs/crossbow/actions-616-drone-conda-linux-gcc-py39-aarch64.svg)](https://cloud.drone.io/ursa-labs/crossbow)|
   |conda-linux-gcc-py39-cpu|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-616-azure-conda-linux-gcc-py39-cpu)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-616-azure-conda-linux-gcc-py39-cpu)|
   |conda-linux-gcc-py39-cuda|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-616-azure-conda-linux-gcc-py39-cuda)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-616-azure-conda-linux-gcc-py39-cuda)|
   |conda-osx-clang-py36|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-616-azure-conda-osx-clang-py36)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-616-azure-conda-osx-clang-py36)|
   |conda-osx-clang-py37|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-616-azure-conda-osx-clang-py37)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-616-azure-conda-osx-clang-py37)|
   |conda-osx-clang-py38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-616-azure-conda-osx-clang-py38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-616-azure-conda-osx-clang-py38)|
   |conda-osx-clang-py39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-616-azure-conda-osx-clang-py39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-616-azure-conda-osx-clang-py39)|
   |conda-win-vs2017-py36|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-616-azure-conda-win-vs2017-py36)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-616-azure-conda-win-vs2017-py36)|
   |conda-win-vs2017-py37|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-616-azure-conda-win-vs2017-py37)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-616-azure-conda-win-vs2017-py37)|
   |conda-win-vs2017-py38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-616-azure-conda-win-vs2017-py38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-616-azure-conda-win-vs2017-py38)|
   |conda-win-vs2017-py39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-616-azure-conda-win-vs2017-py39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-616-azure-conda-win-vs2017-py39)|
   |wheel-manylinux1-cp35m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-616-azure-wheel-manylinux1-cp35m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-616-azure-wheel-manylinux1-cp35m)|
   |wheel-manylinux1-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-616-azure-wheel-manylinux1-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-616-azure-wheel-manylinux1-cp36m)|
   |wheel-manylinux1-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-616-azure-wheel-manylinux1-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-616-azure-wheel-manylinux1-cp37m)|
   |wheel-manylinux1-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-616-azure-wheel-manylinux1-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-616-azure-wheel-manylinux1-cp38)|
   |wheel-manylinux1-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-616-azure-wheel-manylinux1-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-616-azure-wheel-manylinux1-cp39)|
   |wheel-manylinux2010-cp35m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-616-azure-wheel-manylinux2010-cp35m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-616-azure-wheel-manylinux2010-cp35m)|
   |wheel-manylinux2010-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-616-azure-wheel-manylinux2010-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-616-azure-wheel-manylinux2010-cp36m)|
   |wheel-manylinux2010-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-616-azure-wheel-manylinux2010-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-616-azure-wheel-manylinux2010-cp37m)|
   |wheel-manylinux2010-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-616-azure-wheel-manylinux2010-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-616-azure-wheel-manylinux2010-cp38)|
   |wheel-manylinux2010-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-616-azure-wheel-manylinux2010-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-616-azure-wheel-manylinux2010-cp39)|
   |wheel-manylinux2014-cp35m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-616-azure-wheel-manylinux2014-cp35m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-616-azure-wheel-manylinux2014-cp35m)|
   |wheel-manylinux2014-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-616-azure-wheel-manylinux2014-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-616-azure-wheel-manylinux2014-cp36m)|
   |wheel-manylinux2014-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-616-azure-wheel-manylinux2014-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-616-azure-wheel-manylinux2014-cp37m)|
   |wheel-manylinux2014-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-616-azure-wheel-manylinux2014-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-616-azure-wheel-manylinux2014-cp38)|
   |wheel-manylinux2014-cp39|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-616-azure-wheel-manylinux2014-cp39)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-616-azure-wheel-manylinux2014-cp39)|
   |wheel-osx-high-sierra-cp35m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-616-travis-wheel-osx-high-sierra-cp35m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp36m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-616-travis-wheel-osx-high-sierra-cp36m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp37m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-616-travis-wheel-osx-high-sierra-cp37m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp38|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-616-travis-wheel-osx-high-sierra-cp38.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-high-sierra-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-616-travis-wheel-osx-high-sierra-cp39.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp35m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-616-travis-wheel-osx-mavericks-cp35m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp36m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-616-travis-wheel-osx-mavericks-cp36m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp37m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-616-travis-wheel-osx-mavericks-cp37m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp38|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-616-travis-wheel-osx-mavericks-cp38.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-mavericks-cp39|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-616-travis-wheel-osx-mavericks-cp39.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-win-cp35m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-616-appveyor-wheel-win-cp35m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp36m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-616-appveyor-wheel-win-cp36m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp37m|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-616-appveyor-wheel-win-cp37m.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp38|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-616-appveyor-wheel-win-cp38.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|
   |wheel-win-cp39|[![Appveyor](https://img.shields.io/appveyor/ci/ursa-labs/crossbow/actions-616-appveyor-wheel-win-cp39.svg)](https://ci.appveyor.com/project/ursa-labs/crossbow/history)|


----------------------------------------------------------------
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 #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   Looks like there's no Github Actions config here: https://github.com/ursa-labs/crossbow/tree/actions-698


----------------------------------------------------------------
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 edited a comment on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   > It's not a problem that `actions-XXX` branch doesn't have GitHub Actions config.
   > It's a problem that `actions-XXX-github-YYY` branch isn't created.
   
   Correct.
   > 
   > It seems that we need to add the `workflow` scope to GitHub Personal Access Token for Crossbow.
   > @kszucs Could you add the `workflow` scope to the Personal Access Token registered by https://issues.apache.org/jira/browse/INFRA-19954 ?
   
   Is this newly introduced by github? I'm going to take a look why the task's branch is not pushed.
   
   


----------------------------------------------------------------
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] terencehonles commented on pull request #8386: ARROW-10224: [Python] Build, test, and support Python 3.9

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


   done


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