rpuch commented on a change in pull request #715:
URL: https://github.com/apache/ignite-3/pull/715#discussion_r824767956



##########
File path: 
modules/runner/src/main/java/org/apache/ignite/internal/app/IgniteImpl.java
##########
@@ -411,6 +413,12 @@ public void setBaseline(Set<String> baselineNodes) {
         }
     }
 
+    /** {@inheritDoc} */
+    @Override
+    public IgniteCompute compute() {
+        return new IgniteComputeImpl();

Review comment:
       It's still not clear how it will be created. To make it a little less 
worrying, I now changed it to lazy instantiation.




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