[GitHub] spark pull request #21157: [SPARK-22674][PYTHON] Removed the namedtuple pick...

2018-11-11 Thread superbobry
Github user superbobry closed the pull request at: https://github.com/apache/spark/pull/21157 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail:

[GitHub] spark pull request #21157: [SPARK-22674][PYTHON] Removed the namedtuple pick...

2018-09-28 Thread superbobry
Github user superbobry commented on a diff in the pull request: https://github.com/apache/spark/pull/21157#discussion_r221229392 --- Diff: python/pyspark/mllib/fpm.py --- @@ -94,12 +100,9 @@ def train(cls, data, minSupport=0.3, numPartitions=-1): model =

[GitHub] spark pull request #21157: [SPARK-22674][PYTHON] Removed the namedtuple pick...

2018-09-27 Thread superbobry
GitHub user superbobry reopened a pull request: https://github.com/apache/spark/pull/21157 [SPARK-22674][PYTHON] Removed the namedtuple pickling patch ## What changes were proposed in this pull request? This is a breaking change. Prior to this commit PySpark

[GitHub] spark pull request #21157: [SPARK-22674][PYTHON] Removed the namedtuple pick...

2018-04-27 Thread superbobry
Github user superbobry closed the pull request at: https://github.com/apache/spark/pull/21157 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail:

[GitHub] spark pull request #21157: [SPARK-22674][PYTHON] Removed the namedtuple pick...

2018-04-25 Thread superbobry
GitHub user superbobry opened a pull request: https://github.com/apache/spark/pull/21157 [SPARK-22674][PYTHON] Removed the namedtuple pickling patch ## What changes were proposed in this pull request? This is a breaking change. Prior to this commit PySpark patched