[GitHub] spark pull request #17141: [SPARK-19800][SS][WIP] Implement one kind of stre...

2017-06-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17141 --- 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 #17141: [SPARK-19800][SS][WIP] Implement one kind of stre...

2017-03-02 Thread uncleGen
Github user uncleGen commented on a diff in the pull request: https://github.com/apache/spark/pull/17141#discussion_r104073813 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/streaming/ReservoirSampleSuit.scala --- @@ -0,0 +1,134 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request #17141: [SPARK-19800][SS][WIP] Implement one kind of stre...

2017-03-02 Thread uncleGen
Github user uncleGen commented on a diff in the pull request: https://github.com/apache/spark/pull/17141#discussion_r104073535 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/statefulOperators.scala --- @@ -397,3 +402,110 @@ object

[GitHub] spark pull request #17141: [SPARK-19800][SS][WIP] Implement one kind of stre...

2017-03-02 Thread uncleGen
Github user uncleGen commented on a diff in the pull request: https://github.com/apache/spark/pull/17141#discussion_r104073674 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/statefulOperators.scala --- @@ -397,3 +402,110 @@ object

[GitHub] spark pull request #17141: [SPARK-19800][SS][WIP] Implement one kind of stre...

2017-03-02 Thread uncleGen
Github user uncleGen commented on a diff in the pull request: https://github.com/apache/spark/pull/17141#discussion_r104073607 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/statefulOperators.scala --- @@ -397,3 +402,110 @@ object

[GitHub] spark pull request #17141: [SPARK-19800][SS][WIP] Implement one kind of stre...

2017-03-02 Thread uncleGen
Github user uncleGen commented on a diff in the pull request: https://github.com/apache/spark/pull/17141#discussion_r104073516 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/statefulOperators.scala --- @@ -397,3 +402,110 @@ object

[GitHub] spark pull request #17141: [SPARK-19800][SS][WIP] Implement one kind of stre...

2017-03-02 Thread uncleGen
Github user uncleGen commented on a diff in the pull request: https://github.com/apache/spark/pull/17141#discussion_r104073290 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/statefulOperators.scala --- @@ -397,3 +402,110 @@ object

[GitHub] spark pull request #17141: [SPARK-19800][SS][WIP] Implement one kind of stre...

2017-03-02 Thread uncleGen
GitHub user uncleGen opened a pull request: https://github.com/apache/spark/pull/17141 [SPARK-19800][SS][WIP] Implement one kind of streaming sampling - reservoir sampling ## What changes were proposed in this pull request? This pr adds a special streaming sample operator