snuyanzin commented on code in PR #20742: URL: https://github.com/apache/flink/pull/20742#discussion_r962354424
########## flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/expressions/SqlAggFunctionVisitor.java: ########## @@ -70,6 +70,8 @@ public class SqlAggFunctionVisitor extends ExpressionDefaultVisitor<SqlAggFuncti BuiltInFunctionDefinitions.FIRST_VALUE, FlinkSqlOperatorTable.FIRST_VALUE); AGG_DEF_SQL_OPERATOR_MAPPING.put( BuiltInFunctionDefinitions.LAST_VALUE, FlinkSqlOperatorTable.LAST_VALUE); + AGG_DEF_SQL_OPERATOR_MAPPING.put( + BuiltInFunctionDefinitions.LIST_AGG, FlinkSqlOperatorTable.LISTAGG); Review Comment: Why does it have underscore in the middle? -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org