asdfgh19 commented on code in PR #3901:
URL: https://github.com/apache/calcite/pull/3901#discussion_r1805849298


##########
core/src/main/java/org/apache/calcite/interpreter/JaninoRexCompiler.java:
##########
@@ -186,7 +186,9 @@ static Scalar.Producer baz(ParameterExpression context_,
     final ClassDeclaration classDeclaration =
         Expressions.classDecl(Modifier.PUBLIC, "Buzz", null,
             ImmutableList.of(Scalar.Producer.class), declarations);
-    String s = Expressions.toString(declarations, "\n", false);
+    String s =
+        Expressions.toString(declarations, "\n", false,

Review Comment:
   The declarations here usually do not look like ClassDeclarations either.



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