[GitHub] spark pull request #20650: [SPARK-23408][SS] Synchronize successive AddData ...

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

[GitHub] spark pull request #20650: [SPARK-23408][SS] Synchronize successive AddData ...

2018-02-21 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/20650#discussion_r169605919 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamTest.scala --- @@ -217,6 +225,14 @@ trait StreamTest extends QueryTest with

[GitHub] spark pull request #20650: [SPARK-23408][SS] Synchronize successive AddData ...

2018-02-21 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/20650#discussion_r169605952 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamTest.scala --- @@ -425,243 +444,248 @@ trait StreamTest extends QueryTest with

[GitHub] spark pull request #20650: [SPARK-23408][SS] Synchronize successive AddData ...

2018-02-21 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/20650#discussion_r169605887 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamTest.scala --- @@ -102,6 +102,14 @@ trait StreamTest extends QueryTest with

[GitHub] spark pull request #20650: [SPARK-23408][SS] Synchronize successive AddData ...

2018-02-21 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/20650#discussion_r169604484 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala --- @@ -543,6 +543,15 @@ abstract class StreamExecution(

[GitHub] spark pull request #20650: [SPARK-23408][SS] Synchronize successive AddData ...

2018-02-21 Thread tdas
GitHub user tdas opened a pull request: https://github.com/apache/spark/pull/20650 [SPARK-23408][SS] Synchronize successive AddData actions in Streaming*JoinSuite ## What changes were proposed in this pull request? The stream-stream join tests add data to multiple sources