xiangyuf opened a new issue, #5213: URL: https://github.com/apache/paimon/issues/5213
### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Motivation It is very usual user will use a streaming job and a batch job to update different columns of a paimon table. User can choose to configure the batch job as write-only or streaming job as write-only. In either way, the write and compact job will not receive the new files generated by write-only job. This will lead to insufficient compaction both for MergeTreeCompactManager and BucketedAppendCompactManager. This issue could be addressed by supporting periodically refresh dataFileMetas in CompactManager. ### Solution _No response_ ### Anything else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
