[GitHub] spark pull request #15674: [SPARK-18164][SQL]ForeachSink should fail the Spa...

2016-10-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15674 --- 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 ena

[GitHub] spark pull request #15674: [SPARK-18164][SQL]ForeachSink should fail the Spa...

2016-10-28 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/15674#discussion_r85626975 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/ForeachSink.scala --- @@ -68,19 +68,16 @@ class ForeachSink[T : Encoder](writer: Fo

[GitHub] spark pull request #15674: [SPARK-18164][SQL]ForeachSink should fail the Spa...

2016-10-28 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/15674#discussion_r85626928 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/ForeachSink.scala --- @@ -68,19 +68,16 @@ class ForeachSink[T : Encoder](writer:

[GitHub] spark pull request #15674: [SPARK-18164][SQL]ForeachSink should fail the Spa...

2016-10-28 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/15674#discussion_r85626825 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/ForeachSink.scala --- @@ -68,19 +68,16 @@ class ForeachSink[T : Encoder](writer: Fo

[GitHub] spark pull request #15674: [SPARK-18164][SQL]ForeachSink should fail the Spa...

2016-10-28 Thread zsxwing
GitHub user zsxwing opened a pull request: https://github.com/apache/spark/pull/15674 [SPARK-18164][SQL]ForeachSink should fail the Spark job if `process` throws exception ## What changes were proposed in this pull request? Fixed the issue that ForeachSink didn't rethrow th