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

lzljs3620320 pushed a commit to branch release-0.2
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git


The following commit(s) were added to refs/heads/release-0.2 by this push:
     new 828b8519 [hotfix] Document  is not supported
828b8519 is described below

commit 828b851962e1c4adf011abfb4943e8c186010041
Author: JingsongLi <lzljs3620...@aliyun.com>
AuthorDate: Tue Sep 20 18:08:10 2022 +0800

    [hotfix] Document  is not supported
---
 docs/content/docs/development/write-table.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/content/docs/development/write-table.md 
b/docs/content/docs/development/write-table.md
index 6873fc81..cbb80825 100644
--- a/docs/content/docs/development/write-table.md
+++ b/docs/content/docs/development/write-table.md
@@ -41,6 +41,10 @@ column_list:
 __IMPORTANT:__ Checkpointing needs to be enabled when writing to the Table 
Store in STREAMING mode.
 {{< /hint >}}
 
+{{< hint info >}}
+__IMPORTANT:__ `execution.checkpointing.unaligned` is not supported when 
writing to the Table Store in STREAMING mode.
+{{< /hint >}}
+
 ## Parallelism
 
 It is recommended that the parallelism of sink should be less than or

Reply via email to