sashapolo commented on code in PR #3473:
URL: https://github.com/apache/ignite-3/pull/3473#discussion_r1538778873
##########
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:
What `contains` method are you talking about? Otherwise, the semantics is
the same
--
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]