JeonDaehong commented on code in PR #13021: URL: https://github.com/apache/iceberg/pull/13021#discussion_r2086799436
########## flink/v2.0/flink/src/test/java/org/apache/iceberg/flink/source/TestIcebergSourceFailover.java: ########## @@ -314,20 +313,6 @@ private void createBoundedStreams(StreamExecutionEnvironment env, int failAfter) // test utilities copied from Flink's FileSourceTextLinesITCase // ------------------------------------------------------------------------ - private static void runTestWithNewMiniCluster(ThrowingConsumer<MiniCluster, Exception> testMethod) - throws Exception { - MiniClusterWithClientResource miniCluster = null; - try { - miniCluster = new MiniClusterWithClientResource(MINI_CLUSTER_RESOURCE_CONFIG); Review Comment: ``` java.lang.NoClassDefFoundError: org/junit/rules/ExternalResource at org.apache.flink.runtime.testutils.InternalMiniClusterExtension.<init>(InternalMiniClusterExtension.java:59) at org.apache.flink.test.junit5.MiniClusterExtension.beforeAll(MiniClusterExtension.java:230) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) Suppressed: java.lang.NullPointerException: Cannot invoke "java.nio.file.Path.toFile()" because "this.temporaryFolder" is null at org.apache.iceberg.flink.HadoopCatalogExtension.afterAll(HadoopCatalogExtension.java:62) ... 1 more Suppressed: java.lang.NullPointerException: Cannot invoke "java.nio.file.Path.toFile()" because "this.temporaryFolder" is null at org.apache.iceberg.flink.HadoopCatalogExtension.afterAll(HadoopCatalogExtension.java:62) ... 1 more Caused by: java.lang.ClassNotFoundException: org.junit.rules.ExternalResource ... 3 more ``` -- 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...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org