Yikun commented on pull request #33567:
URL: https://github.com/apache/spark/pull/33567#issuecomment-889738364


   ```python
   File "/__w/spark/spark/python/pyspark/pandas/mlflow.py", line 142, in 
pyspark.pandas.mlflow.load_model
   Failed example:
       from mlflow.tracking import MlflowClient, set_tracking_uri
   Exception raised:
       Traceback (most recent call last):
         File "/usr/lib/python3.9/doctest.py", line 1336, in __run
           exec(compile(example.source, filename, "single",
         File "<doctest pyspark.pandas.mlflow.load_model[0]>", line 1, in 
<module>
           from mlflow.tracking import MlflowClient, set_tracking_uri
       ModuleNotFoundError: No module named 'mlflow'
   **********************************************************************
   ```
   
   I'm not sure relate or not: the doctest of pyspark.pandas.mlflow raise the 
`ModuleNotFoundError`.
   
   [1] https://github.com/Yikun/spark/runs/3199633887?check_suite_focus=true


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