[GitHub] spark pull request #20311: [SPARK-23144][SS] Added console sink for continuo...

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

[GitHub] spark pull request #20311: [SPARK-23144][SS] Added console sink for continuo...

2018-01-18 Thread jose-torres
Github user jose-torres commented on a diff in the pull request: https://github.com/apache/spark/pull/20311#discussion_r162408245 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/sources/ConsoleWriter.scala --- @@ -20,45 +20,85 @@ package

[GitHub] spark pull request #20311: [SPARK-23144][SS] Added console sink for continuo...

2018-01-18 Thread tdas
GitHub user tdas opened a pull request: https://github.com/apache/spark/pull/20311 [SPARK-23144][SS] Added console sink for continuous processing ## What changes were proposed in this pull request? Refactored ConsoleWriter into ConsoleMicrobatchWriter and