yuzelin commented on code in PR #1254:
URL: https://github.com/apache/incubator-paimon/pull/1254#discussion_r1209167708


##########
docs/content/how-to/cdc-ingestion.md:
##########
@@ -26,10 +26,19 @@ under the License.
 
 # CDC Ingestion
 
-Paimon supports synchronizing changes from different databases using change 
data capture (CDC). This feature requires Flink and its [CDC 
connectors](https://ververica.github.io/flink-cdc-connectors/).
+Paimon supports a variety of ways to ingest data into Paimon tables with 
schema evolution. This means that the added
+columns are synchronized to the Paimon table in real time and the 
synchronization job is not restarted for this purpose.

Review Comment:
   `is not restarted` -> `will not restarted`



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