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


##########
modules/storage-rocksdb/src/main/java/org/apache/ignite/internal/storage/rocksdb/ColumnFamilyUtils.java:
##########
@@ -85,6 +89,8 @@ public static ColumnFamilyType fromCfName(String cfName) {
                 return PARTITION;
             } else if (GC_QUEUE_CF_NAME.equals(cfName)) {
                 return GC_QUEUE;
+            } else if (DATA_CF_NAME.equals(cfName)) {

Review Comment:
   Switch is prettier and faster, but I don't care to be honest



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