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/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new c6a6a7d7e [doc] Fix changelog producer doc to better desc (#3469)
c6a6a7d7e is described below

commit c6a6a7d7e4749ba8dd14be7fb5584c4124e491b0
Author: wangwj <[email protected]>
AuthorDate: Tue Jun 4 19:12:57 2024 +0800

    [doc] Fix changelog producer doc to better desc (#3469)
---
 docs/content/primary-key-table/changelog-producer.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/primary-key-table/changelog-producer.md 
b/docs/content/primary-key-table/changelog-producer.md
index 3ddfbf158..45723da1f 100644
--- a/docs/content/primary-key-table/changelog-producer.md
+++ b/docs/content/primary-key-table/changelog-producer.md
@@ -26,7 +26,7 @@ under the License.
 
 # Changelog Producer
 
-Streaming queries will continuously produce the latest changes.
+Streaming write can continuously produce the latest changes for streaming read.
 
 By specifying the `changelog-producer` table property when creating the table, 
users can choose the pattern of changes produced from table files.
 

Reply via email to