zstan commented on code in PR #3075:
URL: https://github.com/apache/ignite-3/pull/3075#discussion_r1465881600


##########
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/storage/UpdateLogImpl.java:
##########
@@ -198,6 +251,10 @@ static ByteArray update(int version) {
         static ByteArray updatePrefix() {
             return ByteArray.fromString("catalog.update.");
         }
+
+        public static ByteArray snapshotVersion() {
+            return ByteArray.fromString("catalog.snapshot.version");

Review Comment:
   i meant to move this string into public final String constant



-- 
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]

Reply via email to