Skip to content

[FLINK-39698][docs] Fix incorrect content in SQLServer CDC connector documentation#4401

Merged
yuxiqian merged 1 commit into
apache:masterfrom
arvindKandpal-ksolves:FLINK-39698
May 20, 2026
Merged

[FLINK-39698][docs] Fix incorrect content in SQLServer CDC connector documentation#4401
yuxiqian merged 1 commit into
apache:masterfrom
arvindKandpal-ksolves:FLINK-39698

Conversation

@arvindKandpal-ksolves
Copy link
Copy Markdown
Contributor

What is the purpose of the change

This Pull Request addresses the documentation issues reported in 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.

@github-actions github-actions Bot added the docs Improvements or additions to documentation label May 19, 2026
Copy link
Copy Markdown
Member

@yuxiqian yuxiqian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1. Thanks for the quick fix!

@yuxiqian yuxiqian merged commit b6275e7 into apache:master May 20, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants