[GitHub] spark pull request #20390: [SPARK-23081][PYTHON]Add colRegex API to PySpark

2018-01-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/20390 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #20390: [SPARK-23081][PYTHON]Add colRegex API to PySpark

2018-01-25 Thread huaxingao
Github user huaxingao commented on a diff in the pull request: https://github.com/apache/spark/pull/20390#discussion_r163940181 --- Diff: python/pyspark/sql/dataframe.py --- @@ -819,6 +819,29 @@ def columns(self): """ return [f.name for f in

[GitHub] spark pull request #20390: [SPARK-23081][PYTHON]Add colRegex API to PySpark

2018-01-25 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/20390#discussion_r163933858 --- Diff: python/pyspark/sql/dataframe.py --- @@ -819,6 +819,29 @@ def columns(self): """ return [f.name for f in

[GitHub] spark pull request #20390: [SPARK-23081][PYTHON]Add colRegex API to PySpark

2018-01-25 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/20390#discussion_r163933411 --- Diff: python/pyspark/sql/dataframe.py --- @@ -819,6 +819,29 @@ def columns(self): """ return [f.name for f in

[GitHub] spark pull request #20390: [SPARK-23081][PYTHON]Add colRegex API to PySpark

2018-01-25 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/20390#discussion_r163933231 --- Diff: python/pyspark/sql/dataframe.py --- @@ -819,6 +819,29 @@ def columns(self): """ return [f.name for f in

[GitHub] spark pull request #20390: [SPARK-23081][PYTHON]Add colRegex API to PySpark

2018-01-25 Thread huaxingao
Github user huaxingao commented on a diff in the pull request: https://github.com/apache/spark/pull/20390#discussion_r163925810 --- Diff: python/pyspark/sql/dataframe.py --- @@ -819,6 +819,29 @@ def columns(self): """ return [f.name for f in

[GitHub] spark pull request #20390: [SPARK-23081][PYTHON]Add colRegex API to PySpark

2018-01-25 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/20390#discussion_r163791518 --- Diff: python/pyspark/sql/dataframe.py --- @@ -819,6 +819,29 @@ def columns(self): """ return [f.name for f in

[GitHub] spark pull request #20390: [SPARK-23081][PYTHON]Add colRegex API to PySpark

2018-01-24 Thread huaxingao
Github user huaxingao commented on a diff in the pull request: https://github.com/apache/spark/pull/20390#discussion_r163759921 --- Diff: python/pyspark/sql/tests.py --- @@ -2855,6 +2855,10 @@ def test_create_dataframe_from_old_pandas(self): with

[GitHub] spark pull request #20390: [SPARK-23081][PYTHON]Add colRegex API to PySpark

2018-01-24 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/20390#discussion_r163755876 --- Diff: python/pyspark/sql/tests.py --- @@ -2855,6 +2855,10 @@ def test_create_dataframe_from_old_pandas(self): with

[GitHub] spark pull request #20390: [SPARK-23081][PYTHON]Add colRegex API to PySpark

2018-01-24 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/20390#discussion_r163755064 --- Diff: python/pyspark/sql/dataframe.py --- @@ -1881,6 +1881,28 @@ def toDF(self, *cols): jdf = self._jdf.toDF(self._jseq(cols))

[GitHub] spark pull request #20390: [SPARK-23081][PYTHON]Add colRegex API to PySpark

2018-01-24 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/20390#discussion_r163756176 --- Diff: python/pyspark/sql/dataframe.py --- @@ -1881,6 +1881,28 @@ def toDF(self, *cols): jdf = self._jdf.toDF(self._jseq(cols))

[GitHub] spark pull request #20390: [SPARK-23081][PYTHON]Add colRegex API to PySpark

2018-01-24 Thread huaxingao
Github user huaxingao commented on a diff in the pull request: https://github.com/apache/spark/pull/20390#discussion_r163731132 --- Diff: python/pyspark/sql/dataframe.py --- @@ -1881,6 +1881,15 @@ def toDF(self, *cols): jdf = self._jdf.toDF(self._jseq(cols))

[GitHub] spark pull request #20390: [SPARK-23081][PYTHON]Add colRegex API to PySpark

2018-01-24 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/20390#discussion_r163721973 --- Diff: python/pyspark/sql/dataframe.py --- @@ -1881,6 +1881,15 @@ def toDF(self, *cols): jdf = self._jdf.toDF(self._jseq(cols))

[GitHub] spark pull request #20390: [SPARK-23081][PYTHON]Add colRegex API to PySpark

2018-01-24 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/20390#discussion_r163721761 --- Diff: python/pyspark/sql/dataframe.py --- @@ -1881,6 +1881,15 @@ def toDF(self, *cols): jdf = self._jdf.toDF(self._jseq(cols))

[GitHub] spark pull request #20390: [SPARK-23081][PYTHON]Add colRegex API to PySpark

2018-01-24 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/20390#discussion_r163721837 --- Diff: python/pyspark/sql/dataframe.py --- @@ -1881,6 +1881,15 @@ def toDF(self, *cols): jdf = self._jdf.toDF(self._jseq(cols))

[GitHub] spark pull request #20390: [SPARK-23081][PYTHON]Add colRegex API to PySpark

2018-01-24 Thread huaxingao
GitHub user huaxingao opened a pull request: https://github.com/apache/spark/pull/20390 [SPARK-23081][PYTHON]Add colRegex API to PySpark ## What changes were proposed in this pull request? Add colRegex API to PySpark ## How was this patch tested? add a