chaoqin-li1123 commented on code in PR #41099:
URL: https://github.com/apache/spark/pull/41099#discussion_r1198576125
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/RocksDB.scala:
##########
@@ -149,10 +179,10 @@ class RocksDB(
} else {
metadata.numKeys
}
- numKeysOnWritingVersion = numKeys
- numKeysOnLoadedVersion = numKeys
-
- loadedVersion = version
+ if (loadedVersion != version) replayChangelog(version)
Review Comment:
We never need this condition check, Anish suggested adding this for
readability.
--
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]