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

   Thanks for @uicosp's great work! It's indeed a long awaited feature.
   
   Seems Debezium has a similar option called 
[`snapshot.select.statement.overrides`](https://debezium.io/documentation/reference/stable/connectors/mysql.html#mysql-property-snapshot-select-statement-overrides),
 which allows users to project out unwanted columns and filter rows based on 
custom predicates.
   
   As these options aren't available in incremental framework, it would be nice 
if we could support both row and column level pushdown with similar syntax, 
since they're both related to tweaking snapshot querying SQL. WDYT?


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