Skip to content

Conversation

@wobu
Copy link

@wobu wobu commented Jan 27, 2026

Closes #12772

@github-actions github-actions bot added the core label Jan 27, 2026
@wobu wobu force-pushed the rewrite_table_path_fix_missing_delete_files branch from 888389d to 31a6f7e Compare January 27, 2026 16:28
Copy link
Contributor

@dramaticlly dramaticlly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix, I think it's reasonable to copy when we read manifest entries with reuseContainers. FYI @szehon-ho if you want to review as well

@huaxingao
Copy link
Contributor

LGTM except the nit comment.

@wobu wobu force-pushed the rewrite_table_path_fix_missing_delete_files branch from 31a6f7e to 80ec8b8 Compare January 28, 2026 06:47
@wobu wobu force-pushed the rewrite_table_path_fix_missing_delete_files branch from 80ec8b8 to a3e9a5d Compare January 28, 2026 12:21
@wobu wobu force-pushed the rewrite_table_path_fix_missing_delete_files branch from a3e9a5d to 0efaa12 Compare January 28, 2026 12:28
RewriteTablePathUtil.rewriteDeleteManifest(
manifest,
Set.of(1000L),
org.apache.iceberg.Files.localOutput(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[minor] can you import this rather than inlining

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When using rewrite_table_path on MoR tables, the deleted files necessary for table migration are not created.

5 participants