Skip to content

Commit

Permalink
clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-torres committed Jan 3, 2018
1 parent 0059ff3 commit 8f3629d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ class MicroBatchExecution(
sink match {
case s: Sink => s.addBatch(currentBatchId, nextBatch)
case s: MicroBatchWriteSupport =>
// Execute the V2 writer node in the query plan.
// This doesn't accumulate any data - it just forces execution of the microbatch writer.
nextBatch.collect()
}
}
Expand Down

0 comments on commit 8f3629d

Please sign in to comment.