Github user HyukjinKwon commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20074#discussion_r158622598
  
    --- Diff: python/pyspark/sql/utils.py ---
    @@ -118,7 +118,8 @@ def require_minimum_pandas_version():
         from distutils.version import LooseVersion
         import pandas
         if LooseVersion(pandas.__version__) < LooseVersion('0.19.2'):
    -        raise ImportError("Pandas >= 0.19.2 must be installed on calling 
Python process")
    +        raise ImportError("Pandas >= 0.19.2 must be installed on calling 
Python process: %s"
    --- End diff --
    
    Maybe, we could make it a bit better like .. `.. on calling Python process; 
however, your version was %s.`.


---

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

Reply via email to