arnaudbriche opened a new issue, #348: URL: https://github.com/apache/iceberg-go/issues/348
### Feature Request / Improvement Hi, I see you recently added support for Transaction and AddFiles and this is awesome. I'm building that uses this package to allow append/merges to Iceberg tables from ClickHouse. ClickHouse handle merging Parquet files and just call the user defined function with a list of (output_file, input_files) and the tool does the necessary metadata operations to maintain the table. The code is here: https://github.com/agnosticeng/icepq/blob/main/internal/iceberg/merge_table.go. The only missing this from this package would be a "DeleteFiles" operation that work similar to this code. Is there any plan to support something similar ? -- 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.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