ziyanTOP opened a new pull request, #7619: URL: https://github.com/apache/paimon/pull/7619
### Purpose In combined mode, when building the excluding pattern for CDC table monitoring, special regex characters (e.g., `$`) in table names were not properly escaped. This caused incorrect table matching. **Fix:** Use `Pattern.quote()` to escape the full qualified table name before inserting it into the regex pattern, ensuring exact literal matching. ### Tests -- 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]
