danny0405 commented on a change in pull request #2030:
URL: https://github.com/apache/calcite/pull/2030#discussion_r448135284



##########
File path: core/src/test/java/org/apache/calcite/plan/RelWriterTest.java
##########
@@ -872,6 +900,20 @@ private RelNode mockCountOver(String table,
     return rel;
   }
 
+  @Test void testHashDistributionWithoutKeys() {
+    final RelNode root = createSortPlan(RelDistributions.hash(new 
ArrayList<>()));
+    final RelJsonWriter writer = new RelJsonWriter();

Review comment:
       Use `Collections.emptyList()` instead of `new ArrayList<>()`.




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


Reply via email to