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