ibessonov commented on code in PR #937:
URL: https://github.com/apache/ignite-3/pull/937#discussion_r926467474


##########
modules/storage-rocksdb/src/main/java/org/apache/ignite/internal/storage/rocksdb/RocksDbMetaStorage.java:
##########
@@ -57,6 +57,13 @@ class RocksDbMetaStorage {
         this.metaCf = metaCf;
     }
 
+    /**
+     * Returns a column family instance, associated with the meta storage.
+     */
+    ColumnFamily columnFamily() {
+        return metaCf;

Review Comment:
   Please don't make renames as suggestions. You didn't fix all usages, right?



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

Reply via email to