[GitHub] spark pull request #20373: [SPARK-23159][PYTHON] Update cloudpickle to match...

2018-01-28 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/20373#discussion_r164343686 --- Diff: python/pyspark/cloudpickle.py --- @@ -1019,18 +948,40 @@ def __reduce__(cls): return cls.__name__ -def _fill_funct

[GitHub] spark pull request #20373: [SPARK-23159][PYTHON] Update cloudpickle to match...

2018-01-28 Thread rgbkrk
Github user rgbkrk commented on a diff in the pull request: https://github.com/apache/spark/pull/20373#discussion_r164341489 --- Diff: python/pyspark/cloudpickle.py --- @@ -1019,18 +948,40 @@ def __reduce__(cls): return cls.__name__ -def _fill_function(f

[GitHub] spark pull request #20373: [SPARK-23159][PYTHON] Update cloudpickle to match...

2018-01-28 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/20373#discussion_r164332636 --- Diff: python/pyspark/cloudpickle.py --- @@ -1019,18 +948,40 @@ def __reduce__(cls): return cls.__name__ -def _fill_funct