pvary commented on code in PR #13349: URL: https://github.com/apache/iceberg/pull/13349#discussion_r2157426088
########## flink/v1.19/flink/src/test/java/org/apache/iceberg/flink/sink/TestFlinkIcebergSinkExtended.java: ########## @@ -151,12 +151,13 @@ public void testTwoSinksInDisjointedDAG() throws Exception { // Execute the program. env.execute("Test Iceberg DataStream."); + leftTable.refresh(); Review Comment: The `SimpleDataUtil.assertTableRows` calls `SimpleDataUtil.assertTableRecords` and the first line of that code calls `table.refresh()`. So we always check the latest version of the table -- 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