danny0405 opened a new pull request, #7128: URL: https://github.com/apache/hudi/pull/7128
### Change Logs The change is introduced in about March of 2019, for supporting spark task retry. While recently we want to add new pattern to the log for cdc changelog, see https://github.com/apache/hudi/pull/7042 for details, we would propose a new pattern like this: ```java // the .cdc part is optional .fe58c163-7d3d-4413-9aa1-f6431379ec02_20220805130456743.log.2_1-0-1.cdc ``` the cdc suffix is optional, there are conflicts for multiple `()?` sub-exprs for regex expression. So we need to remove it now, we actually always add the write token to the file name though ~ ### Impact No impact for versions after 2019/March, may break the compatibility before that time. ### Risk level (write none, low medium or high below) low ### Documentation Update _Describe any necessary documentation update if there is any new feature, config, or user-facing change_ - _The config description must be updated if new configs are added or the default value of the configs are changed_ - _Any new feature or user-facing change requires updating the Hudi website. Please create a Jira ticket, attach the ticket number here and follow the [instruction](https://hudi.apache.org/contribute/developer-setup#website) to make changes to the website._ ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Change Logs and Impact were stated clearly - [ ] Adequate tests were added if applicable - [ ] CI passed -- 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]
