anishshri-db commented on code in PR #51959:
URL: https://github.com/apache/spark/pull/51959#discussion_r2268339784
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/runtime/MicroBatchExecution.scala:
##########
@@ -522,7 +526,7 @@ class MicroBatchExecution(
* because certain sources (e.g., KafkaSource) assume on restart
the last
* batch will be executed before getOffset is called again. */
execCtx.endOffsets.foreach {
- case (source: Source, end: Offset) =>
+ case (source: Source, end: Offset) =>
Review Comment:
nit: indent seems off ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]