Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/19255#discussion_r139298764
--- Diff: python/pyspark/sql/types.py ---
@@ -24,6 +24,7 @@
import re
import base64
from array import array
+from functools import lru_cache
--- End diff --
I think we should disable it in Python 2.x if we are going ahead with this.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]