Yikun edited a comment 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`. and I retriggered the job, looks like build history 
can't be found. So, just wait for this job complete. 
   
   [1] https://github.com/Yikun/spark/runs/3199633887?check_suite_focus=true
   
   
   And this PR looks good, maybe it's just because the job trigger before this 
merged, but doctest was running after this merged.(old worklfow + new doctest)


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