JingsongLi commented on code in PR #6977:
URL: https://github.com/apache/paimon/pull/6977#discussion_r2670970016


##########
paimon-python/pypaimon/write/file_store_commit.py:
##########
@@ -156,58 +130,34 @@ def _try_commit(self, commit_kind, commit_entries, 
commit_identifier):
                 commit_entries = self._generate_overwrite_entries()
 
             result = self._try_commit_once(
-                retry_result=retry_result,
                 commit_kind=commit_kind,
                 commit_entries=commit_entries,

Review Comment:
   pass a function, overwrite commit should generate commit_entries by snapshot.



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

Reply via email to