spark git commit: [SPARK-18368] Fix regexp_replace with task serialization.

2016-11-08 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 0cceb1bfe -> bdddc661b [SPARK-18368] Fix regexp_replace with task serialization. ## What changes were proposed in this pull request? This makes the result value both transient and lazy, so that if the RegExpReplace object is

spark git commit: [SPARK-18368] Fix regexp_replace with task serialization.

2016-11-08 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.1 0dc14f129 -> f67208369 [SPARK-18368] Fix regexp_replace with task serialization. ## What changes were proposed in this pull request? This makes the result value both transient and lazy, so that if the RegExpReplace object is

spark git commit: [SPARK-18368] Fix regexp_replace with task serialization.

2016-11-08 Thread rxin
Repository: spark Updated Branches: refs/heads/master 4afa39e22 -> b9192bb3f [SPARK-18368] Fix regexp_replace with task serialization. ## What changes were proposed in this pull request? This makes the result value both transient and lazy, so that if the RegExpReplace object is initialized