lvyanquan commented on code in PR #4005: URL: https://github.com/apache/flink-cdc/pull/4005#discussion_r2097515883
########## flink-cdc-connect/flink-cdc-source-connectors/flink-connector-postgres-cdc/src/main/java/org/apache/flink/cdc/connectors/postgres/table/PostgreSQLTableSource.java: ########## @@ -86,6 +86,7 @@ public class PostgreSQLTableSource implements ScanTableSource, SupportsReadingMe private final boolean scanNewlyAddedTableEnabled; private final int lsnCommitCheckpointsDelay; private final boolean assignUnboundedChunkFirst; + private final boolean appendOnly; Review Comment: Please update hashCode/equals methods too. -- 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