This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 56e5b69ba [doc] Document cdc to cross partition update
56e5b69ba is described below

commit 56e5b69ba18e11a534de03480af4806b39c4bd26
Author: Jingsong <[email protected]>
AuthorDate: Mon Jul 24 13:17:22 2023 +0800

    [doc] Document cdc to cross partition update
---
 docs/content/how-to/creating-tables.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/how-to/creating-tables.md 
b/docs/content/how-to/creating-tables.md
index c8e28c236..57c74b83d 100644
--- a/docs/content/how-to/creating-tables.md
+++ b/docs/content/how-to/creating-tables.md
@@ -232,7 +232,7 @@ The following three types of fields may be defined as 
partition fields in the wa
   and add it to the primary key.
 - Event Time: Event time is a field in the original table. For CDC data, such 
as tables synchronized from MySQL
   CDC or Changelogs generated by Paimon, they are all complete CDC data, 
including `UPDATE_BEFORE` records, even
-  if you declare the primary key containing partition field, you can achieve 
the unique effect.
+  if you declare the primary key containing partition field, you can achieve 
the unique effect (require `'changelog-producer'='input'`).
 - CDC op_ts: It cannot be defined as a partition field, unable to know 
previous record timestamp.
 
 ### Specify Statistics Mode

Reply via email to