[GitHub] spark pull request #17539: [SPARK-20224][SS] Updated docs for streaming drop...

2017-04-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17539 --- 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 #17539: [SPARK-20224][SS] Updated docs for streaming drop...

2017-04-05 Thread brkyvz
Github user brkyvz commented on a diff in the pull request: https://github.com/apache/spark/pull/17539#discussion_r109960948 --- Diff: docs/structured-streaming-programming-guide.md --- @@ -871,6 +871,65 @@ streamingDf.join(staticDf, "type", "right_join") # right outer join with

[GitHub] spark pull request #17539: [SPARK-20224][SS] Updated docs for streaming drop...

2017-04-05 Thread brkyvz
Github user brkyvz commented on a diff in the pull request: https://github.com/apache/spark/pull/17539#discussion_r109959911 --- Diff: examples/src/main/java/org/apache/spark/examples/sql/streaming/JavaStructuredSessionization.java --- @@ -0,0 +1,258 @@ +/* + * Licensed

[GitHub] spark pull request #17539: [SPARK-20224][SS] Updated docs for streaming drop...

2017-04-05 Thread brkyvz
Github user brkyvz commented on a diff in the pull request: https://github.com/apache/spark/pull/17539#discussion_r109959005 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/KeyValueGroupedDataset.scala --- @@ -347,7 +347,7 @@ class KeyValueGroupedDataset[K, V] private[sql](

[GitHub] spark pull request #17539: [SPARK-20224][SS] Updated docs for streaming drop...

2017-04-05 Thread tdas
GitHub user tdas opened a pull request: https://github.com/apache/spark/pull/17539 [SPARK-20224][SS] Updated docs for streaming dropDuplicates and mapGroupsWithState ## What changes were proposed in this pull request? - Fixed bug in Java API not passing timeout conf to