-
Notifications
You must be signed in to change notification settings - Fork 3k
Core: Fix rewriting delete manifests in RewriteTablePathUtil #15155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
888389d to
31a6f7e
Compare
dramaticlly
left a comment
There was a problem hiding this 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
core/src/test/java/org/apache/iceberg/TestRewriteTablePathUtil.java
Outdated
Show resolved
Hide resolved
|
LGTM except the nit comment. |
31a6f7e to
80ec8b8
Compare
core/src/test/java/org/apache/iceberg/TestRewriteTablePathUtil.java
Outdated
Show resolved
Hide resolved
80ec8b8 to
a3e9a5d
Compare
a3e9a5d to
0efaa12
Compare
| RewriteTablePathUtil.rewriteDeleteManifest( | ||
| manifest, | ||
| Set.of(1000L), | ||
| org.apache.iceberg.Files.localOutput( |
There was a problem hiding this comment.
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
Closes #12772