You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2020/05/04 13:56:49 UTC

[GitHub] [calcite] rkondakov commented on a change in pull request #1959: [CALCITE-3969] Method RelTrait.apply(Mappings.Mapping) throws exception when mapping doesn't cover collation or distribution keys

rkondakov commented on a change in pull request #1959:
URL: https://github.com/apache/calcite/pull/1959#discussion_r419455340



##########
File path: core/src/main/java/org/apache/calcite/rel/RelDistributions.java
##########
@@ -81,6 +77,15 @@ public static RelDistribution of(RelDistribution.Type type, ImmutableIntList key
     return RelDistributionTraitDef.INSTANCE.canonize(distribution);
   }
 
+  public static ImmutableIntList normalizeKeys(Collection<? extends Number> numbers) {

Review comment:
       Done.




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org