yuxiqian commented on code in PR #4209:
URL: https://github.com/apache/flink-cdc/pull/4209#discussion_r2661346539


##########
flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-postgres/src/test/java/org/apache/flink/cdc/connectors/postgres/source/PostgresPipelineITCaseTest.java:
##########
@@ -365,6 +365,7 @@ public void testInitialStartupModeWithOpts(boolean 
unboundedChunkFirst) throws E
         sourceConfiguration.set(
                 
PostgresDataSourceOptions.SCAN_INCREMENTAL_SNAPSHOT_UNBOUNDED_CHUNK_FIRST_ENABLED,
                 unboundedChunkFirst);
+        
sourceConfiguration.set(PostgresDataSourceOptions.TABLE_ID_INCLUDE_DATABASE, 
true);

Review Comment:
   nit: Better add a ParameterizedTest here to cover both 
`TABLE_ID_INCLUDE_DATABASE` configurations.



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