This is an automated email from the ASF dual-hosted git repository. lzljs3620320 pushed a commit to branch release-0.8 in repository https://gitbox.apache.org/repos/asf/paimon.git
commit a0a76e6fd776490e8fe175ed020a8828c89c4ab1 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.
