Skip to content

Commit 1304776

Browse files
committed
Remove debugging line
1 parent 520bade commit 1304776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streaming/src/test/scala/org/apache/spark/streaming/CheckpointSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ class CheckpointSuite extends TestSuiteBase {
276276
// the master failure and uses them again to process a large window operation.
277277
// It also tests whether batches, whose processing was incomplete due to the
278278
// failure, are re-processed or not.
279-
test("recovery with file input ztream") {
279+
test("recovery with file input stream") {
280280
// Set up the streaming context and input streams
281281
val batchDuration = Seconds(2) // Due to 1-second resolution of setLastModified() on some OS's.
282282
val testDir = Utils.createTempDir()

0 commit comments

Comments
 (0)