ibessonov commented on code in PR #787:
URL: https://github.com/apache/ignite-3/pull/787#discussion_r853129644
##########
modules/rocksdb-common/src/main/java/org/apache/ignite/internal/rocksdb/ColumnFamily.java:
##########
@@ -41,7 +41,8 @@ public class ColumnFamily {
private final String cfName;
/** Column family handle. */
- private final ColumnFamilyHandle cfHandle;
+ // Temporarily made public until the integration with MV-store is
completed.
+ public final ColumnFamilyHandle cfHandle;
Review Comment:
I will change it in the future. This little change really simplified my test
--
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]