uicosp commented on PR #3776:
URL: https://github.com/apache/flink-cdc/pull/3776#issuecomment-3258879308

   This version adds support for configuring scan.snapshot.filters in the 
pipeline using a YAML list format.
   Example:
   
   ```yaml
   scan.snapshot.filters:
     - table: db1.user_table_[0-9]+
       filter: id > 100
     - table: db[1-2].[app|web]_order_\.* 
       filter: city != 'China:beijing'
   ```
   
   Note:
   The parameter type of `Configuration.fromMap` has been changed from 
`Map<String, String>` map to `Map<String, ?> map`.
   @yuxiqian Please confirm that this change does not break existing design 
conventions.


-- 
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]

Reply via email to