ygerzhedovich commented on code in PR #1501:
URL: https://github.com/apache/ignite-3/pull/1501#discussion_r1087600576
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/ExecutionServiceImpl.java:
##########
@@ -165,6 +178,7 @@ public static <RowT> ExecutionServiceImpl<RowT> create(
public ExecutionServiceImpl(
ClusterNode localNode,
MessageService msgSrvc,
+ TopologyService topSrvc,
Review Comment:
in this case, we could don't pass localNode parameter
--
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]