rpuch commented on code in PR #5725: URL: https://github.com/apache/ignite-3/pull/5725#discussion_r2068365578
########## modules/index/src/main/java/org/apache/ignite/internal/index/IndexBuildController.java: ########## @@ -554,10 +563,23 @@ private static IndexStorage indexStorage( int partitionId, CatalogIndexDescriptor indexDescriptor ) { - IndexStorage indexStorage = mvTableStorage.getIndex(partitionId, indexDescriptor.id()); + IndexStorage indexStorage; Review Comment: I would prefer to leave it as is, reasoning is identical to https://github.com/apache/ignite-3/pull/5725#discussion_r2068161590 -- 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