WeichenXu123 commented on PR #52748:
URL: https://github.com/apache/spark/pull/52748#issuecomment-3460635064

   > This is still draft because `MLFlow 3.5.1` requires `PyArrow<22` as of now.
   > 
   > ```
   > #12 5.273     The user requested pyarrow>=22.0.0
   > #12 5.273     mlflow 3.5.1 depends on pyarrow<22 and >=4.0.0
   > ```
   > 
   > 
https://github.com/mlflow/mlflow/blob/ef9ba3a30b49a4b4058de08f019dc9e8a399ead3/requirements/core-requirements.yaml#L62-L65
   > 
   > ```yaml
   > pyarrow:
   >   pip_release: pyarrow
   >   minimum: "4.0.0"
   >   max_major_version: 21
   > ```
   
   When MLflow releases a new version, it will update the pyarrow dependency 
constraint to the latest version like `pyarrow<=22` automatically


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to