ammu20-dev commented on code in PR #25656: URL: https://github.com/apache/flink/pull/25656#discussion_r1861721487
########## flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/runtime/stream/sql/FunctionITCase.java: ########## @@ -1542,6 +1542,19 @@ void testUsingAddJar() throws Exception { "drop function lowerUdf"); } + @Test Review Comment: Added new test case to verify that the job submission succeeds with add jar and checkpointing. Note that this test case will fail in 1.20.x and below versions. -- 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