salimpadela opened a new issue, #11804: URL: https://github.com/apache/iceberg/issues/11804
### Query engine Spark, AWS Glue ### Question What is the correct sequence of maintenance steps to run on an Iceberg table? Our tables are write-once-read-many so I am not sure if I need to run `rewrite_position_delete_files` or not. I am not very experienced in Iceberg so I wanted to see if I am running them in the correct order or am I missing something here: Right now my sequence looks like this: 1. `rewrite_data_files` 2. `rewrite_manifests` 3. `expire_snapshots` -- 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