-
- Downloads
[SPARK-14874][SQL][STREAMING] Remove the obsolete Batch representation
## What changes were proposed in this pull request? The `Batch` class, which had been used to indicate progress in a stream, was abandoned by [[SPARK-13985][SQL] Deterministic batches with ids](https://github.com/apache/spark/commit/caea15214571d9b12dcf1553e5c1cc8b83a8ba5b) and then became useless. This patch: - removes the `Batch` class - ~~does some related renaming~~ (update: this has been reverted) - fixes some related comments ## How was this patch tested? N/A Author: Liwei Lin <lwlin7@gmail.com> Closes #12638 from lw-lin/remove-batch.
Showing
- sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/Batch.scala 0 additions, 26 deletions...cala/org/apache/spark/sql/execution/streaming/Batch.scala
- sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/FileStreamSource.scala 1 addition, 1 deletion...ache/spark/sql/execution/streaming/FileStreamSource.scala
- sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/Sink.scala 1 addition, 1 deletion...scala/org/apache/spark/sql/execution/streaming/Sink.scala
- sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/Source.scala 1 addition, 1 deletion...ala/org/apache/spark/sql/execution/streaming/Source.scala
- sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/memory.scala 1 addition, 1 deletion...ala/org/apache/spark/sql/execution/streaming/memory.scala
Please register or sign in to comment