alex-plekhanov commented on code in PR #11758: URL: https://github.com/apache/ignite/pull/11758#discussion_r1898317854
########## modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/metadata/ColocationGroup.java: ########## @@ -216,7 +243,16 @@ public ColocationGroup finalizeMapping() { assignments.add(first != null ? Collections.singletonList(first) : Collections.emptyList()); } - return new ColocationGroup(sourceIds, new ArrayList<>(nodes), assignments); + return new ColocationGroup(sourceIds, new ArrayList<>(nodes), assignments, cacheAssignment); + } + + /** */ + public ColocationGroup explicitMapping() { Review Comment: On the contrary, after `expicitMapping` call we are always sending assignment with the request (without this call we can skip assignment sending) -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org