rpuch commented on code in PR #7534:
URL: https://github.com/apache/ignite-3/pull/7534#discussion_r2768641628


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java:
##########
@@ -734,15 +735,20 @@ private CompletableFuture<Void> 
prepareTableResourcesOnRecovery(
             CatalogSchemaDescriptor schemaDescriptor
     ) {
         return inBusyLockAsync(busyLock, () -> {
-            TableImpl table = createTableImpl(causalityToken, tableDescriptor, 
zoneDescriptor, schemaDescriptor);

Review Comment:
   What is the reason behind this change? Just code structure improvement?



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