wangpeix commented on code in PR #6684: URL: https://github.com/apache/inlong/pull/6684#discussion_r1035841169
########## inlong-sort/sort-core/src/main/java/org/apache/inlong/sort/Entrance.java: ########## @@ -58,7 +58,8 @@ public static void main(String[] args) throws Exception { Parser parser; if (StringUtils.isEmpty(sqlFile)) { final GroupInfo groupInfo = getGroupInfoFromFile(config.getString(Constants.GROUP_INFO_FILE)); - parser = FlinkSqlParser.getInstance(tableEnv, groupInfo); + String auditProxyHosts = config.getString(Constants.METRICS_AUDIT_PROXY_HOSTS); + parser = FlinkSqlParser.getInstance(tableEnv, groupInfo, auditProxyHosts); Review Comment: ok, thanks. I will resubmit a pr and optimize it. -- 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: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org