pvary commented on code in PR #9547:
URL: https://github.com/apache/iceberg/pull/9547#discussion_r1467392787


##########
flink/v1.18/flink/src/main/java/org/apache/iceberg/flink/source/StreamingMonitorFunction.java:
##########
@@ -195,7 +192,10 @@ void monitorAndForwardSplits() {
     // Refresh the table to get the latest committed snapshot.
     table.refresh();
 
-    Snapshot snapshot = table.currentSnapshot();
+    Snapshot snapshot =

Review Comment:
   Since using `SnapshotRef.MAIN_BRANCH` comes with other issues (namely 
metadata table queries start to fail),  I suggest to merges @rodmeneses's 
original version. If we want to use `SnapshotRef.MAIN_BRANCH` as a default we 
can do it in another PR



-- 
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

Reply via email to