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



##########
File path: core/src/test/java/org/apache/calcite/plan/RelWriterTest.java
##########
@@ -839,12 +863,22 @@
         .build();
     final String relJson = RelOptUtil.dumpPlan("", rel,
         SqlExplainFormat.JSON, SqlExplainLevel.EXPPLAN_ATTRIBUTES);
-    final String result = deserializeAndDumpToTextFormat(getSchema(rel), 
relJson);
-    final String expected = ""
+    final String result = deserializeAndDumpToTextFormat(getSchema(rel), 
relJson, format);
+    assertThat(result, isLinux(expected));
+  }
+
+  @Test void testUDAF() {
+    testUDAF0(SqlExplainFormat.TEXT, ""

Review comment:
       For case 1 you can use junit `Assume` to skip the param you do not want 
to test.




----------------------------------------------------------------
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:
[email protected]


Reply via email to