singhpk234 commented on code in PR #14320:
URL: https://github.com/apache/iceberg/pull/14320#discussion_r2427650629


##########
core/src/main/java/org/apache/iceberg/rest/RESTCatalogProperties.java:
##########
@@ -35,6 +35,14 @@ private RESTCatalogProperties() {}
 
   public static final String PAGE_SIZE = "rest-page-size";
 
+  // Enable a lightweight client-side reconciliation flow for REST commits 
that add a new snapshot
+  // when the server responds with CommitStateUnknown (e.g., transient 5xx). 
When enabled, the
+  // client will refresh the table and verify the expected snapshot became 
current; if so, the
+  // commit is treated as successful without re-executing.

Review Comment:
   Should we just see the snapshot is part of history ? it may happen that some 
other commit would have committed on the top ? as long as the branch remains 
main ? 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to