You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@paimon.apache.org by "yuzelin (via GitHub)" <gi...@apache.org> on 2023/11/28 12:54:49 UTC

[PR] [core] Fix that tag deletion might delete used data files [incubator-paimon]

yuzelin opened a new pull request, #2409:
URL: https://github.com/apache/incubator-paimon/pull/2409

   <!-- Please specify the module before the PR name: [core] ... or [flink] ... -->
   
   ### Purpose
   
   <!-- Linking this pull request to the issue -->
   
   <!-- What is the purpose of the change -->
   Currently, when we delete a tag, the data manifest entries are not merged, so the result may contains data files that should not be deleted. For example, a tag base is (+A, -A, +B), if we don't merge it, we will get candidate deleted file set (A, B).
   This PR fix it.
   
   ### Tests
   
   `UncleanedFileStoreExpireTest#testMixedSnapshotAndTagDeletion`
   ### API and Format
   
   <!-- Does this change affect API or storage format -->
   
   ### Documentation
   
   <!-- Does this change introduce a new feature -->
   


-- 
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-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] [core] Fix that tag deletion might delete used data files [incubator-paimon]

Posted by "JingsongLi (via GitHub)" <gi...@apache.org>.
JingsongLi merged PR #2409:
URL: https://github.com/apache/incubator-paimon/pull/2409


-- 
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-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org