Airblader commented on a change in pull request #16046:
URL: https://github.com/apache/flink/pull/16046#discussion_r648889963



##########
File path: 
flink-table/flink-table-common/src/main/java/org/apache/flink/table/functions/BuiltInFunctionDefinition.java
##########
@@ -53,19 +53,23 @@
 
     private final boolean isDeterministic;
 
+    private final boolean deferredRuntimeImplementation;
+
     private @Nullable String runtimeClass;
 
     private BuiltInFunctionDefinition(
             String name,
             FunctionKind kind,
             TypeInference typeInference,
             boolean isDeterministic,
+            boolean deferredRuntimeImplementation,

Review comment:
       Discussed offline.




-- 
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:
us...@infra.apache.org


Reply via email to