chunweilei commented on a change in pull request #1868: [CALCITE-3867] Support 
RelDistribution json serialization
URL: https://github.com/apache/calcite/pull/1868#discussion_r396882998
 
 

 ##########
 File path: core/src/main/java/org/apache/calcite/rel/RelDistributions.java
 ##########
 @@ -80,6 +80,10 @@ public static RelDistribution range(Collection<? extends 
Number> numbers) {
     return RelDistributionTraitDef.INSTANCE.canonize(trait);
   }
 
+  public static RelDistribution with(RelDistribution.Type type, 
ImmutableIntList keys) {
 
 Review comment:
   +1

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to