[Feature] Creating tag submission triggers
- Dominant language
- Java
- Stars
- 3.4k
- Forks
- 1.4k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 396
Description
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/incubator-paimon/issues) and found nothing similar.
### Motivation
When writing data triggers the generation of a tag, it is generally necessary to notify downstream applications. For instance, adding a new partition in Hive metadata or generating a _SUCCESS file in a directory. The tag submission strategy can be customized. The specific partition submission behavior is based on a combination of triggers and policies.
Trigger: The timing of partition submission, which can be based on the watermark corresponding to the time extracted from the partition, or based on processing time.
Policy: The strategy for partition submission. Built-in policies include generating a _SUCCESS file and submitting to the Hive metastore, but custom strategies can also be implemented.
### Solution
_No response_
### Anything else?
_No response_
### Are you willing to submit a PR?
- [X] I'm willing to submit a PR!
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files, tests, or implementation entry points. Start by locating the existing tag, trigger, and policy code, then determine how watermark- and processing-time triggers can select partition-submission policies. Done should include the requested built-in and customizable submission behavior with coverage for the supported strategies.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- data-engineering
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100