ibessonov commented on code in PR #4640:
URL: https://github.com/apache/ignite-3/pull/4640#discussion_r1824228949


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java:
##########
@@ -1737,7 +1738,10 @@ private CompletableFuture<List<Assignments>> 
getOrCreateAssignments(
     protected MvTableStorage createTableStorage(CatalogTableDescriptor 
tableDescriptor, CatalogZoneDescriptor zoneDescriptor) {
         StorageEngine engine = 
dataStorageMgr.engineByStorageProfile(tableDescriptor.storageProfile());
 
-        assert engine != null : "tableId=" + tableDescriptor.id() + ", 
storageProfile=" + tableDescriptor.storageProfile();
+        if (engine == null) {

Review Comment:
   I mean, that's an arbitrary question. I'm a little shocked that it's one of 
just a few places that you had to modify



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

Reply via email to