This is an automated email from the ASF dual-hosted git repository.
guoweijie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new 134d858 [FLINK-35862][docs] Fix an incorrect configuration option
name in the Chinese documentation
134d858 is described below
commit 134d85860a34591c1524d8a60a80887742db24ff
Author: BoShuai Li <[email protected]>
AuthorDate: Mon Nov 4 14:26:44 2024 +0800
[FLINK-35862][docs] Fix an incorrect configuration option name in the
Chinese documentation
---
docs/content.zh/docs/connectors/table/jdbc.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content.zh/docs/connectors/table/jdbc.md
b/docs/content.zh/docs/connectors/table/jdbc.md
index fdb9326..8390c35 100644
--- a/docs/content.zh/docs/connectors/table/jdbc.md
+++ b/docs/content.zh/docs/connectors/table/jdbc.md
@@ -220,7 +220,7 @@ ON myTopic.key = MyUserTable.id;
<td>维表的缓存策略。 目前支持 NONE(不缓存)和 PARTIAL(只在外部数据库中查找数据时缓存)。</td>
</tr>
<tr>
- <td><h5>lookup.cache.max-rows</h5></td>
+ <td><h5>lookup.partial-cache.max-rows</h5></td>
<td>可选</td>
<td style="word-wrap: break-word;">(none)</td>
<td>Integer</td>