Yizhou-Yang opened a new pull request, #7148: URL: https://github.com/apache/inlong/pull/7148
### Prepare a Pull Request - Fixes [[Improve] [Sort] adjust dirty data doris dynamic error handling strategy #7146 ] (https://github.com/apache/inlong/issues/7082) ### Motivation the original doris dirty data catching requires additional fine-tuning on error catching logic. This pr is very dangerous sink it is likely to cause problems in runtime, but it is necessary. needs more fine-tuning, should not be merged in at least a week. ### Modifications 1) dirty data&helper: manually format the dirty data to avoid formatting problems caused by the competition for the ${} regex patternreplaceutils and regex parsing for multiple sink. 2) doris dynamic sink: adjusted respcontent to make sure that the dirty data can be archived correctly. 3) deleted many log.error calls since if the data is archived as dirty, the user need not to receive relevant exceptions. -- 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: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org