paimon
paimon copied to clipboard
[flink] ignore expiration check interval of partition in batch mode.
Purpose
Linked issue: close #2969
If the execution time of a batch job is short, and it's less than the interval for partition expiration checks, the partition expiration operations will not be executed. This PR aims to ignore partition expiration check interval for batch job.
Tests
API and Format
Documentation
Hi @Aitozi , could you please take a look at this PR? Thanks.