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


##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/MockedStructuresTest.java:
##########
@@ -194,13 +199,23 @@ void before() throws NodeStoppingException {
             });
         };
 
-        dsm = new DataStorageManager(configRegistry, workDir) {
-            /** {@inheritDoc} */
-            @Override
-            protected Iterable<StorageEngineFactory> engineFactories() {
-                return List.of((configurationRegistry, storePath) -> new 
RocksDbStorageEngine(rocksDbEngineConfig, storePath));
-            }
-        };
+        dsm = new DataStorageManager(
+                configRegistry,
+                workDir,
+                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