hql0312 opened a new pull request, #3808:
URL: https://github.com/apache/flink-cdc/pull/3808

   PostgresSourceBuilder<DataEvent> postgresSourceBuilder = 
PostgresSourceBuilder.PostgresIncrementalSource.<DataEvent>builder()
   .tableList("t_(.*)");
   
   when table is regular expression, and match too many table, Source will load 
all match table column , index, primary for each table chunk phase, actually 
only the conext tableId should load.


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