xuefuz commented on a change in pull request #10327: [FLINK-14914][table] 
refactor CatalogFunction by adding Language support
URL: https://github.com/apache/flink/pull/10327#discussion_r351318335
 
 

 ##########
 File path: 
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/catalog/CatalogFunctionImpl.java
 ##########
 @@ -69,10 +76,16 @@ public boolean isGeneric() {
                return false;
        }
 
+       @Override
+       public LanguageKind getLanguage() {
 
 Review comment:
   Nit: match the method name with the variable name, i.e., 

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


With regards,
Apache Git Services

Reply via email to