micheal-o commented on code in PR #53881:
URL: https://github.com/apache/spark/pull/53881#discussion_r2722574575
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/runtime/AsyncProgressTrackingMicroBatchExecution.scala:
##########
@@ -129,6 +129,14 @@ class AsyncProgressTrackingMicroBatchExecution(
// after the offset WAL commit has be successfully written
}
+ override def checkUnfinishedRepartitionBatch(
+ latestStartedBatchId: Option[Long],
+ lastCommittedBatchId: Long,
+ offsetLog: OffsetSeqLog): Unit = {
+ // No-op for async progress tracking since it doesn't support stateful
streaming queries.
Review Comment:
No, this method will be called since the async progress MBE extends MBE. So
should do nothing for async progress
--
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]