nateab commented on code in PR #25115: URL: https://github.com/apache/flink/pull/25115#discussion_r1706148374
########## flink-table/flink-sql-client/src/test/resources/sql/function.q: ########## @@ -265,7 +265,7 @@ show user functions; # test alter function # ========================================================================== -alter function func11 as 'org.apache.flink.table.client.gateway.local.ExecutorImplITCase$TestScalaFunction'; +alter function func11 as 'org.apache.flink.table.client.gateway.ExecutorImplITCase$TestScalaFunction'; Review Comment: removed -- 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]
