JNSimba commented on code in PR #4233:
URL: https://github.com/apache/flink-cdc/pull/4233#discussion_r2772878917
##########
flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-postgres/src/main/java/org/apache/flink/cdc/connectors/postgres/source/PostgresDataSource.java:
##########
@@ -67,12 +72,17 @@ public PostgresDataSource(
public EventSourceProvider getEventSourceProvider() {
String databaseName = postgresSourceConfig.getDatabaseList().get(0);
boolean includeDatabaseInTableId =
postgresSourceConfig.isIncludeDatabaseInTableId();
+ beforeTableColumnsOidMaps =
+ PostgresSchemaUtils.getAllTablesColumnOids(
+ postgresSourceConfig,
postgresSourceConfig.getTableList());
Review Comment:
If the parallelism of PostgresDataSource is greater than 1, will there be
any inconsistency issues here?
--
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]