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


##########
paimon-python/pypaimon/write/file_store_commit.py:
##########
@@ -138,11 +137,11 @@ def overwrite(self, overwrite_partition, commit_messages: 
List[CommitMessage], c
 
         self._try_commit(
             commit_kind="OVERWRITE",
-            commit_entries=None,  # Will be generated in _try_commit based on 
latest snapshot
-            commit_identifier=commit_identifier
+            commit_identifier=commit_identifier,
+            commit_entries_plan=lambda snapshot: 
self._generate_overwrite_entries(snapshot)

Review Comment:
   remove self._overwrite_partition_filter and self._overwrite_commit_messages.



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