rpuch commented on code in PR #7598: URL: https://github.com/apache/ignite-3/pull/7598#discussion_r2821707745
########## modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/schemacompat/CompatValidationResult.java: ########## @@ -17,6 +17,8 @@ package org.apache.ignite.internal.partition.replicator.schemacompat; +import static org.apache.ignite.internal.lang.IgniteStringFormatter.format; Review Comment: I switched to ours in 3 places as it's supported for both string formatting and for logging -- 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]
