tkalkirill commented on code in PR #6357: URL: https://github.com/apache/ignite-3/pull/6357#discussion_r2269746543
########## modules/catalog/src/test/java/org/apache/ignite/internal/catalog/storage/UpdateLogImplTest.java: ########## @@ -490,7 +490,7 @@ public void writeTo(MarshallableEntry value, CatalogObjectDataOutput output) thr } else if (id == MarshallableEntryType.VERSIONED_UPDATE.id()) { serializer = new VersionedUpdateSerializerV1(this); } else { - serializer = CatalogEntrySerializerProvider.DEFAULT_PROVIDER.get(2, id); + serializer = DEFAULT_PROVIDER.get(2, id); Review Comment: Why? This is not a static import from another class. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org