Guosmilesmile commented on code in PR #13349: URL: https://github.com/apache/iceberg/pull/13349#discussion_r2157876669
########## 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: Yes, Peter, you are right. I indeed didn’t pay attention to this part at first and was misled by the rightTable not being refreshed while the leftTable was. Actually, there is no need to explicitly call refresh in the unit test here. -- 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