tkalkirill commented on code in PR #1605:
URL: https://github.com/apache/ignite-3/pull/1605#discussion_r1091828692
##########
modules/storage-rocksdb/src/main/java/org/apache/ignite/internal/storage/rocksdb/HashIndex.java:
##########
@@ -83,4 +83,12 @@ void destroy(int partitionId, WriteBatch writeBatch) throws
RocksDBException {
@Nullable RocksDbHashIndexStorage get(int partitionId) {
return storages.get(partitionId);
}
+
+
Review Comment:
Fix it
--
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]