Github user ueshin commented on a diff in the pull request:
https://github.com/apache/spark/pull/20074#discussion_r158622968
--- 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 --
Sounds good. I'll update them. Thanks!
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]