You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by maver1ck <gi...@git.apache.org> on 2017/10/23 12:30:11 UTC

[GitHub] spark pull request #19255: [SPARK-22029][PySpark] Add lru_cache to _parse_da...

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: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org