You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/18 10:47:25 UTC

[GitHub] [airflow] potiuk opened a new pull request, #25791: Help pip resolved to make better decisions on Pyarrow version (#25697)

potiuk opened a new pull request, #25791:
URL: https://github.com/apache/airflow/pull/25791

   The pip resolver in `eager upgrade` mode on Python 3.10 decides
   to downgrade Pyarrow to 5.0.0 which triggers numpy not being
   compatible with 3.10 - even if Pyarrow 6.* is perfectly fine.
   
   Adding the limit to eager upgrade directly helps the resolver to
   make better decisions on it.
   
   (cherry picked from commit 1b84048a15c108a210a0a8c809ae85532c667449)
   
   <!--
   Thank you for contributing! Please make sure that your code changes
   are covered with tests. And in case of new features or big changes
   remember to adjust the documentation.
   
   Feel free to ping committers for the review!
   
   In case of an existing issue, reference it using one of the following:
   
   closes: #ISSUE
   related: #ISSUE
   
   How to write a good git commit message:
   http://chris.beams.io/posts/git-commit/
   -->
   
   ---
   **^ Add meaningful description above**
   
   Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)** for more information.
   In case of fundamental code changes, an Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvement+Proposals)) is needed.
   In case of a new dependency, check compliance with the [ASF 3rd Party License Policy](https://www.apache.org/legal/resolved.html#category-x).
   In case of backwards incompatible changes please leave a note in a newsfragment file, named `{pr_number}.significant.rst` or `{issue_number}.significant.rst`, in [newsfragments](https://github.com/apache/airflow/tree/main/newsfragments).
   


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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

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


[GitHub] [airflow] potiuk commented on pull request #25791: Help pip resolved to make better decisions on Pyarrow version (#25697)

Posted by GitBox <gi...@apache.org>.
potiuk commented on PR #25791:
URL: https://github.com/apache/airflow/pull/25791#issuecomment-1219347072

   Unfortunately we have to bring the pyarrow "helping" back as we got the same pyarrow downgrade happening in main again.


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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

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


[GitHub] [airflow] uranusjr merged pull request #25791: Help pip resolver make better decision on Pyarrow

Posted by GitBox <gi...@apache.org>.
uranusjr merged PR #25791:
URL: https://github.com/apache/airflow/pull/25791


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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

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


[GitHub] [airflow] potiuk commented on pull request #25791: Help pip resolved to make better decisions on Pyarrow version (#25697)

Posted by GitBox <gi...@apache.org>.
potiuk commented on PR #25791:
URL: https://github.com/apache/airflow/pull/25791#issuecomment-1219392572

   Seems it is green. need to merge it to avoid another set of problems with pyarrow download


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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

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