caicancai commented on code in PR #3545:
URL: https://github.com/apache/calcite/pull/3545#discussion_r1405285224


##########
core/src/test/java/org/apache/calcite/examples/RelBuilderExample.java:
##########
@@ -66,7 +66,7 @@ private RelBuilder doExample(RelBuilder builder, int i) {
     case 4:
       return example4(builder);
     default:
-      throw new AssertionError("unknown example " + i);
+      throw new AssertionError("unknown example" + i);

Review Comment:
   Because it's the same way it was written, like i is 5 for example5, but test 
is all example4, and example5 has an extra space, so I've removed the space and 
turned it into example5



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

Reply via email to