Github user ueshin commented on a diff in the pull request:
https://github.com/apache/spark/pull/20054#discussion_r158460651
--- Diff: python/pyspark/sql/utils.py ---
@@ -112,6 +112,15 @@ def toJArray(gateway, jtype, arr):
return jarr
+def _require_minimum_pandas_version():
--- End diff --
Sounds good. I'll update them. Thanks!--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
