LsomeYeah opened a new pull request, #6472: URL: https://github.com/apache/paimon/pull/6472
<!-- Please specify the module before the PR name: [core] ... or [flink] ... --> ### Purpose <!-- Linking this pull request to the issue --> Linked issue: close #xxx <!-- What is the purpose of the change --> Introduce three options to support automatically performing full clustering for historical partition. 1. `clustering.history-partition.auto.enabled`. Whether to allow performing full clustering for historical partition. 2. `clustering.partition.idle-time`. The duration after which a partition without new updates is considered a historical partition. 3. `clustering.history-partition.limit`. The limit of history partition number for automatically performing full clustering. When clustering.history-partition.auto.enabled is set to true, submitting an incremental clustering job with specified partitions will not only trigger incremental clustering on those partitions, but also automatically detect historical partitions that still contain low-level files and perform full clustering on them. ### Tests <!-- List UT and IT cases to verify this change --> ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
