[GitHub] spark pull request #15163: [SPARK-15698][SQL][STREAMING] Add the ability to ...

2016-09-20 Thread zsxwing
Github user zsxwing closed the pull request at: https://github.com/apache/spark/pull/15163 --- 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 #15163: [SPARK-15698][SQL][STREAMING] Add the ability to ...

2016-09-20 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/15163#discussion_r79668094 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/FileStreamSinkLog.scala --- @@ -79,213 +76,47 @@ object SinkFileStatus { *

[GitHub] spark pull request #15163: [SPARK-15698][SQL][STREAMING] Add the ability to ...

2016-09-20 Thread zsxwing
GitHub user zsxwing opened a pull request: https://github.com/apache/spark/pull/15163 [SPARK-15698][SQL][STREAMING] Add the ability to remove the old MetadataLog in FileStreamSource (branch-2.0) ## What changes were proposed in this pull request? Backport #13513 to branch