tkalkirill commented on code in PR #763:
URL: https://github.com/apache/ignite-3/pull/763#discussion_r846013657


##########
modules/table/src/test/java/org/apache/ignite/internal/table/TableManagerTest.java:
##########
@@ -600,16 +615,32 @@ private DataStorageManager createDataStorageManager(
             Path storagePath,
             RocksDbStorageEngineConfiguration config
     ) {
-        DataStorageManager manager = new DataStorageManager(registry, 
storagePath) {
-            /** {@inheritDoc} */
-            @Override
-            protected Iterable<StorageEngineFactory> engineFactories() {
-                return List.of((registry1, storagePath1) -> new 
RocksDbStorageEngine(config, storagePath1));
-            }
-        };
+        DataStorageManager manager = new DataStorageManager(
+                registry,
+                storagePath,
+                List.of(new StorageEngineFactory() {

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]

Reply via email to