deniskuzZ commented on code in PR #10661: URL: https://github.com/apache/iceberg/pull/10661#discussion_r1674558387
########## mr/src/test/java/org/apache/iceberg/mr/TestIcebergInputFormats.java: ########## @@ -381,6 +386,56 @@ public void testCustomCatalog() throws IOException { testInputFormat.create(builder.conf()).validate(expectedRecords); } + @TestTemplate + public void testWorkerPool() throws Exception { + Table table = helper.createUnpartitionedTable(); + List<Record> records = helper.generateRandomRecords(1, 0L); + helper.appendToTable(null, records); Review Comment: do we really need to inject some data? -- 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