Search before asking
Motivation
Users are trying to use Paimon PK table with Tag to replace Hive partitioned table.
When using Hive table, downstream jobs will wait for the generation of success file of certain partition.
We need a mechanism to align this behavior when using tags.
Solution
Add a new TagCallBack implementation: SuccessFileTagCallback
Anything else?
No response
Are you willing to submit a PR?