loserwang1024 commented on code in PR #3808: URL: https://github.com/apache/flink-cdc/pull/3808#discussion_r1895650151
########## flink-cdc-connect/flink-cdc-source-connectors/flink-connector-postgres-cdc/src/main/java/org/apache/flink/cdc/connectors/postgres/source/utils/CustomPostgresSchema.java: ########## @@ -112,7 +112,13 @@ private List<TableChange> readTableSchema(List<TableId> tableIds) throws SQLExce tables, dbzConfig.databaseName(), null, - dbzConfig.getTableFilters().dataCollectionFilter(), + // only check context tableIds + (tb) -> Review Comment: I wonder if we change this code, still no load the schema of table. Will it reduce the loading of column? -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org