liming30 opened a new issue, #2397: URL: https://github.com/apache/incubator-paimon/issues/2397
### Search before asking - [X] I searched in the [issues](https://github.com/apache/incubator-paimon/issues) and found nothing similar. ### Motivation In the `UNAWARE` mode of `AppendOnlyFileStoreTable`, the sequence numbers between different files will overlap. When generating compact plans, `AppendOnlySplitGenerator` uses `fileComparator` to compare sequence numbers and outputs a large number of warn logs about overlap, causing the logs of flink taskmanager to be flooded. ### Solution I think we can ignore overlap logs in `UNAWARE` mode. ### Anything else? _No response_ ### Are you willing to submit a PR? - [X] 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]
