DonnyZone commented on a change in pull request #1057:
URL: https://github.com/apache/calcite/pull/1057#discussion_r458500418



##########
File path: 
core/src/main/java/org/apache/calcite/adapter/enumerable/RexImpTable.java
##########
@@ -2181,10 +2181,13 @@ private Expression maybeBox(Expression expression) {
   /** Implementor for unary operators. */
   private static class UnaryImplementor extends AbstractRexCallImplementor {
     private final ExpressionType expressionType;
+    private final String backupMethodName;
 
-    UnaryImplementor(ExpressionType expressionType, NullPolicy nullPolicy) {
+    UnaryImplementor(ExpressionType expressionType, NullPolicy nullPolicy,
+                     String backupMethodName) {

Review comment:
       Change the indentation here




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