zstan commented on a change in pull request #9751:
URL: https://github.com/apache/ignite/pull/9751#discussion_r797301463
##########
File path:
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/RootQuery.java
##########
@@ -65,10 +67,10 @@
/** Parameters. */
private final Object[] params;
- /** remote nodes */
- private final Set<UUID> remotes;
+ /** Remote nodes unfinished fragments count. */
+ private final Map<UUID, AtomicInteger> remoteFragments;
Review comment:
oh, seems we need a comment here, cause someone want`s to 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]