ibessonov commented on code in PR #3473:
URL: https://github.com/apache/ignite-3/pull/3473#discussion_r1538781132
##########
modules/storage-rocksdb/src/main/java/org/apache/ignite/internal/storage/rocksdb/RocksDbTableStorage.java:
##########
@@ -401,11 +399,16 @@ int getTableId() {
return tableDescriptor.getId();
}
+ private void checkPartitionExists(int partitionId) {
+ if (mvPartitionStorages.get(partitionId) == null) {
Review Comment:
Never mind, I mistaken it for a map
--
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]