Github user maver1ck commented on a diff in the pull request:
https://github.com/apache/spark/pull/19255#discussion_r146248695
--- 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 added support for Python < 3.3.
What do you think ?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]