apache / paimon

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
https://paimon.apache.org/
Apache License 2.0
2.13k stars 842 forks source link

[core] Fix that FileDeletionBase#dataFileSkipper might skip tag when deleting tag #3650

Open yuzelin opened 6 days ago

yuzelin commented 6 days ago

Purpose

The problem is,the taggedSnapshots may be changed. TODO: maybe should check delete tags.

Tests

API and Format

Documentation