arvindKandpal-ksolves opened a new pull request, #4401: URL: https://github.com/apache/flink-cdc/pull/4401
## What is the purpose of the change This Pull Request addresses the documentation issues reported in [FLINK-39698](https://issues.apache.org/jira/browse/FLINK-39698) for the SQLServer CDC connector. ## Brief change log * **Updated Limitation Section:** Added a note clarifying that the limitation regarding checkpointing during snapshot scanning only applies when the incremental snapshot framework is *not* enabled (`scan.incremental.snapshot.enabled` is `false`). * **Fixed Data Type Mapping:** Corrected the Flink SQL type mapping for SQL Server's `numeric` type from `NUMERIC` to `DECIMAL(p, s)`. * Applied these changes to both the English (`content/docs/...`) and Chinese (`content.zh/docs/...`) documentation files to keep them in sync. ## Verifying this change This change is a documentation update and does not require new tests. * Verified locally by checking the markdown format. * Both English and Chinese documentation files have been updated consistently. -- 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]
