You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/12/29 08:03:02 UTC

[GitHub] [spark] Yikun opened a new pull request #35054: [SPARK-37775][TEST][PYTHON] Fix doctest mismatch mlflow >= 1.22.0

Yikun opened a new pull request #35054:
URL: https://github.com/apache/spark/pull/35054


   ### What changes were proposed in this pull request?
   Fix doctest mismatch when mlflow >= 1.22.0 .
   
   ### Why are the changes needed?
   [`set_experiment` return experiment obj](https://github.com/mlflow/mlflow/commit/0f9d1e04975c69313ad57e4d7d428ab7befad69e#diff-b33420360cc29a5224c8d3080bbfcaa0ac1c8891416137e13be044fcdfdd26f9R135) after mlflow v1.22.0 rather than None .
   
   The master CI passed because mlflow v1.21 is used, this error was triggered in [latest job on self-hosted ARM CI](https://github.com/Yikun/spark/runs/4655935913?check_suite_focus=true).
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### How was this patch tested?
   UT passed.
   


-- 
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: reviews-unsubscribe@spark.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon closed pull request #35054: [SPARK-37775][TEST][PYTHON] Fix doctest mismatch mlflow >= 1.22.0

Posted by GitBox <gi...@apache.org>.
HyukjinKwon closed pull request #35054:
URL: https://github.com/apache/spark/pull/35054


   


-- 
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: reviews-unsubscribe@spark.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon commented on pull request #35054: [SPARK-37775][TEST][PYTHON] Fix doctest mismatch mlflow >= 1.22.0

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on pull request #35054:
URL: https://github.com/apache/spark/pull/35054#issuecomment-1002550398


   Merged to master.


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org