qzyu999 commented on code in PR #3124:
URL: https://github.com/apache/iceberg-python/pull/3124#discussion_r2908255988


##########
pyiceberg/table/__init__.py:
##########
@@ -614,6 +614,54 @@ def overwrite(
                 for data_file in data_files:
                     append_files.append_data_file(data_file)
 
+    def replace(

Review Comment:
   Hi @kevinjqliu, I created an issue (#3130) and a corresponding PR (#3131) to 
address the need to create a separate PR for `replace`. When approved, we can 
use that to build and complete this current PR for compaction. We can move this 
discussion to there and come back when finished.



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