luoyuxia commented on code in PR #22620:
URL: https://github.com/apache/flink/pull/22620#discussion_r1236462155


##########
flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/planner/delegation/hive/HiveParserUtils.java:
##########
@@ -155,6 +153,11 @@ public class HiveParserUtils {
 
     private static final Logger LOG = 
LoggerFactory.getLogger(HiveParserUtils.class);
 
+    public static final String BRIDGING_SQL_FUNCTION_CLZ_NAME =
+            
"org.apache.flink.table.planner.functions.bridging.BridgingSqlFunction";
+    private static final String bridgingSqlAggFunctionClzName =

Review Comment:
   Since it is private, it should be `bridgingSqlAggFunctionClzName`.



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