Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/20054#discussion_r158459861
--- Diff: python/pyspark/sql/utils.py ---
@@ -112,6 +112,15 @@ def toJArray(gateway, jtype, arr):
return jarr
+def _require_minimum_pandas_version():
--- End diff --
Ohh. BTW, I think we can just name it `_require_minimum_pandas_version` ->
`require_minimum_pandas_version` and `_require_minimum_pyarrow_version` ->
`require_minimum_pyarrow_version`. It's fine as is too to me.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]