[GitHub] spark pull request #16520: [SPARK-19140][SS]Allow update mode for non-aggreg...

2017-01-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16520 --- 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 #16520: [SPARK-19140][SS]Allow update mode for non-aggreg...

2017-01-10 Thread brkyvz
Github user brkyvz commented on a diff in the pull request: https://github.com/apache/spark/pull/16520#discussion_r95479831 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/streaming/InternalOutputModes.scala --- @@ -40,8 +40,8 @@ private[sql] object

[GitHub] spark pull request #16520: [SPARK-19140][SS]Allow update mode for non-aggreg...

2017-01-10 Thread brkyvz
Github user brkyvz commented on a diff in the pull request: https://github.com/apache/spark/pull/16520#discussion_r95479800 --- Diff: python/pyspark/sql/streaming.py --- @@ -779,15 +783,20 @@ def start(self, path=None, format=None, partitionBy=None, queryName=None, **opti

[GitHub] spark pull request #16520: [SPARK-19140][SS]Allow update mode for non-aggreg...

2017-01-10 Thread brkyvz
Github user brkyvz commented on a diff in the pull request: https://github.com/apache/spark/pull/16520#discussion_r95479817 --- Diff: sql/catalyst/src/main/java/org/apache/spark/sql/streaming/OutputMode.java --- @@ -57,7 +57,8 @@ public static OutputMode Complete() {

[GitHub] spark pull request #16520: [SPARK-19140][SS]Allow update mode for non-aggreg...

2017-01-10 Thread brkyvz
Github user brkyvz commented on a diff in the pull request: https://github.com/apache/spark/pull/16520#discussion_r95479783 --- Diff: python/pyspark/sql/streaming.py --- @@ -665,6 +665,9 @@ def outputMode(self, outputMode): the sink * `complete`:All the

[GitHub] spark pull request #16520: [SPARK-19140][SS]Allow update mode for non-aggreg...

2017-01-09 Thread brkyvz
Github user brkyvz commented on a diff in the pull request: https://github.com/apache/spark/pull/16520#discussion_r95284636 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/streaming/DataStreamWriter.scala --- @@ -58,7 +62,9 @@ final class DataStreamWriter[T]

[GitHub] spark pull request #16520: [SPARK-19140][SS]Allow update mode for non-aggreg...

2017-01-09 Thread zsxwing
GitHub user zsxwing opened a pull request: https://github.com/apache/spark/pull/16520 [SPARK-19140][SS]Allow update mode for non-aggregation streaming queries ## What changes were proposed in this pull request? This PR allow update mode for non-aggregation streaming