dongjoon-hyun commented on code in PR #52877:
URL: https://github.com/apache/spark/pull/52877#discussion_r2491660789
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/StateStore.scala:
##########
@@ -1424,12 +1424,6 @@ object StateStore extends Logging {
}
}
- // Pause maintenance for testing purposes only.
- @volatile private var maintenancePaused: Boolean = false
- private[spark] def setMaintenancePaused(maintPaused: Boolean): Unit = {
- maintenancePaused = maintPaused
- }
Review Comment:
Thank you for making a PR, @liviazhu . However, the PR title looks wrong to
me because this PR change the main source code under `sql/core/src/main`. Could
you revise the PR title more properly?
--
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]