[GitHub] spark pull request #17371: [SPARK-19903][PYSPARK][SS] window operator miss t...

2017-08-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17371 --- 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 #17371: [SPARK-19903][PYSPARK][SS] window operator miss t...

2017-03-21 Thread uncleGen
Github user uncleGen commented on a diff in the pull request: https://github.com/apache/spark/pull/17371#discussion_r107101883 --- Diff: python/pyspark/sql/functions.py --- @@ -1163,7 +1163,10 @@ def check_string_field(field, fieldName): raise TypeError("%s should

[GitHub] spark pull request #17371: [SPARK-19903][PYSPARK][SS] window operator miss t...

2017-03-21 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/17371#discussion_r107096074 --- Diff: python/pyspark/sql/functions.py --- @@ -1163,7 +1163,10 @@ def check_string_field(field, fieldName): raise TypeError("%s should be

[GitHub] spark pull request #17371: [SPARK-19903][PYSPARK][SS] window operator miss t...

2017-03-21 Thread uncleGen
Github user uncleGen commented on a diff in the pull request: https://github.com/apache/spark/pull/17371#discussion_r107095629 --- Diff: python/pyspark/sql/functions.py --- @@ -1163,7 +1163,10 @@ def check_string_field(field, fieldName): raise TypeError("%s should

[GitHub] spark pull request #17371: [SPARK-19903][PYSPARK][SS] window operator miss t...

2017-03-21 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/17371#discussion_r107094080 --- Diff: python/pyspark/sql/functions.py --- @@ -1163,7 +1163,10 @@ def check_string_field(field, fieldName): raise TypeError("%s should be

[GitHub] spark pull request #17371: [SPARK-19903][PYSPARK][SS] window operator miss t...

2017-03-21 Thread uncleGen
GitHub user uncleGen opened a pull request: https://github.com/apache/spark/pull/17371 [SPARK-19903][PYSPARK][SS] window operator miss the `watermark` metadata of time column ## What changes were proposed in this pull request? reproduce code: ``` import sys