alex-plekhanov commented on code in PR #10424:
URL: https://github.com/apache/ignite/pull/10424#discussion_r1044269267
##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/trait/IgniteDistributions.java:
##########
@@ -113,6 +114,15 @@ public static IgniteDistribution hash(List<Integer> keys,
DistributionFunction f
return canonize(new DistributionTrait(ImmutableIntList.copyOf(keys),
function));
}
+ /**
+ * @param corrId Target distribution correlation id.
+ * @param target Target distribution.
+ * @return Distribution by correlate.
+ */
+ public static IgniteDistribution correlated(CorrelationId corrId,
IgniteDistribution target) {
Review Comment:
Fixed
--
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]