stasmarkin commented on code in PR #3815:
URL: https://github.com/apache/ignite-3/pull/3815#discussion_r1624216261


##########
modules/storage-page-memory/src/main/java/org/apache/ignite/internal/storage/pagememory/PersistentPageMemoryTableStorage.java:
##########
@@ -113,7 +113,7 @@ protected void finishDestruction() {
     public PersistentPageMemoryMvPartitionStorage createMvPartitionStorage(int 
partitionId) {
         GroupPartitionId groupPartitionId = 
createGroupPartitionId(partitionId);
 
-        PartitionMeta meta = 
getOrCreatePartitionMetaOnCreatePartition(groupPartitionId);
+        StoragePartitionMeta meta = (StoragePartitionMeta) 
getOrCreatePartitionMetaOnCreatePartition(groupPartitionId);

Review Comment:
   done



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