Re: [PR] Lower bind pyspark and pydruid to relatively new versions [airflow]

2025-05-05 Thread via GitHub


potiuk merged PR #50205:
URL: https://github.com/apache/airflow/pull/50205


-- 
This is an automated message from the 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [PR] Lower bind pyspark and pydruid to relatively new versions [airflow]

2025-05-05 Thread via GitHub


github-actions[bot] commented on PR #50205:
URL: https://github.com/apache/airflow/pull/50205#issuecomment-2851233998

   ### Backport successfully created: v3-0-test
   
   
   
   Status
   Branch
   Result
   
   
   ✅
   v3-0-test
   https://github.com/apache/airflow/pull/50207";>https://img.shields.io/badge/PR-50207-blue"; alt="PR Link">
   
   


-- 
This is an automated message from the 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



[PR] Lower bind pyspark and pydruid to relatively new versions [airflow]

2025-05-05 Thread via GitHub


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

   PySpark and PyDruid lower-binding we had was limiting both to versions that 
were as old as 2018 and sometimes it cause that those really old versions have 
been downloaded and installed by UV during installation - in order to perform 
dependency resolution.
   
   Those PyDruid and PySpark versions were sometimes causing failures / broken 
pipe when downloading them.
   
   Bumping lower limits to relatively modern (2023) versions should solve the 
problem.
   
   
   
   
   
   
   
   
   ---
   **^ Add meaningful description above**
   Read the **[Pull Request 
Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.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 
[airflow-core/newsfragments](https://github.com/apache/airflow/tree/main/airflow-core/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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]