chenjunjiedada commented on a change in pull request #675: Inherit snapshot ids
for manifest entries
URL: https://github.com/apache/incubator-iceberg/pull/675#discussion_r364628661
##########
File path: core/src/main/java/org/apache/iceberg/FastAppend.java
##########
@@ -120,12 +131,6 @@ protected void cleanUncommitted(Set<ManifestFile>
committed) {
if (newManifest != null && !committed.contains(newManifest)) {
deleteFile(newManifest.path());
}
-
- for (ManifestFile manifest : appendManifests) {
Review comment:
Do we need to open another issue to track this?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]