Skip to content

Commit 134d858

Browse files
author
BoShuai Li
authored
[FLINK-35862][docs] Fix an incorrect configuration option name in the Chinese documentation
1 parent cc80fc4 commit 134d858

File tree

1 file changed

+1
-1
lines changed
  • docs/content.zh/docs/connectors/table

1 file changed

+1
-1
lines changed

docs/content.zh/docs/connectors/table/jdbc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ ON myTopic.key = MyUserTable.id;
220220
<td>维表的缓存策略。 目前支持 NONE(不缓存)和 PARTIAL(只在外部数据库中查找数据时缓存)。</td>
221221
</tr>
222222
<tr>
223-
<td><h5>lookup.cache.max-rows</h5></td>
223+
<td><h5>lookup.partial-cache.max-rows</h5></td>
224224
<td>可选</td>
225225
<td style="word-wrap: break-word;">(none)</td>
226226
<td>Integer</td>

0 commit comments

Comments
 (0)