mihaibudiu commented on code in PR #3545:
URL: https://github.com/apache/calcite/pull/3545#discussion_r1405205943
##########
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:
why is this more accurate?
--
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]