bryanck commented on PR #13327: URL: https://github.com/apache/iceberg/pull/13327#issuecomment-2981776792
> [doubt] does this means the table contains both the files in remote region as well as files in region table is in ? do you create a replace operation when these files from remote are copied to local ? That's right, data files are written in multiple regions. We move the files and commit a replace operation. > what about the delete files these data files refers to, can it be possible if the delete files are in remote and data files are in local ? Currently the multi-region tables are v1 tables, so it isn't an issue, but something we'd need to consider if we did want to support row level deletes. -- 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 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