tkalkirill commented on a change in pull request #754:
URL: https://github.com/apache/ignite-3/pull/754#discussion_r840655677



##########
File path: 
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/MockedStructuresTest.java
##########
@@ -178,6 +194,16 @@ void before() throws NodeStoppingException {
             });
         };
 
+        dsm = new DataStorageManager(configRegistry, workDir) {
+            /** {@inheritDoc} */
+            @Override
+            protected Iterable<StorageEngineFactory> engineFactories() {

Review comment:
       Discussed in person, decided to leave as is.




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