Carl-Zhou-CN commented on code in PR #6929:
URL: https://github.com/apache/seatunnel/pull/6929#discussion_r1623823467
##########
seatunnel-connectors-v2/connector-cdc/connector-cdc-mysql/src/main/java/org/apache/seatunnel/connectors/seatunnel/cdc/mysql/config/MySqlSourceConfigFactory.java:
##########
@@ -76,7 +76,7 @@ public MySqlSourceConfig create(int subtaskId) {
// Note: the includeSchemaChanges parameter is used to control
emitting the schema record,
// only DataStream API program need to emit the schema record, the
Table API need not
Review Comment:
My suggestion is to add a comment explaining the reason for keeping
"include.schema.changes" as false.
--
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]