[GitHub] spark pull request #16094: [SPARK-18541][Python]Add metadata parameter to py...

2017-02-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16094 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #16094: [SPARK-18541][Python]Add metadata parameter to py...

2017-02-13 Thread holdenk
Github user holdenk commented on a diff in the pull request: https://github.com/apache/spark/pull/16094#discussion_r100866384 --- Diff: python/pyspark/sql/column.py --- @@ -298,19 +299,34 @@ def isin(self, *cols): isNotNull = _unary_op("isNotNull", "True if the current

[GitHub] spark pull request #16094: [SPARK-18541][Python]Add metadata parameter to py...

2017-01-04 Thread shea-parkes
Github user shea-parkes commented on a diff in the pull request: https://github.com/apache/spark/pull/16094#discussion_r94609053 --- Diff: python/pyspark/sql/column.py --- @@ -298,19 +299,34 @@ def isin(self, *cols): isNotNull = _unary_op("isNotNull", "True if the current

[GitHub] spark pull request #16094: [SPARK-18541][Python]Add metadata parameter to py...

2016-12-03 Thread holdenk
Github user holdenk commented on a diff in the pull request: https://github.com/apache/spark/pull/16094#discussion_r90764328 --- Diff: python/pyspark/sql/column.py --- @@ -298,19 +299,34 @@ def isin(self, *cols): isNotNull = _unary_op("isNotNull", "True if the current

[GitHub] spark pull request #16094: [SPARK-18541][Python]Add metadata parameter to py...

2016-12-02 Thread shea-parkes
Github user shea-parkes commented on a diff in the pull request: https://github.com/apache/spark/pull/16094#discussion_r90748611 --- Diff: python/pyspark/sql/column.py --- @@ -298,19 +299,34 @@ def isin(self, *cols): isNotNull = _unary_op("isNotNull", "True if the current

[GitHub] spark pull request #16094: [SPARK-18541][Python]Add metadata parameter to py...

2016-12-02 Thread shea-parkes
Github user shea-parkes commented on a diff in the pull request: https://github.com/apache/spark/pull/16094#discussion_r90748330 --- Diff: python/pyspark/sql/column.py --- @@ -298,19 +299,34 @@ def isin(self, *cols): isNotNull = _unary_op("isNotNull", "True if the current

[GitHub] spark pull request #16094: [SPARK-18541][Python]Add metadata parameter to py...

2016-11-30 Thread shea-parkes
GitHub user shea-parkes opened a pull request: https://github.com/apache/spark/pull/16094 [SPARK-18541][Python]Add metadata parameter to pyspark.sql.Column.alias() ## What changes were proposed in this pull request? Add a `metadata` keyword parameter to