lsyldliu commented on code in PR #20884:
URL: https://github.com/apache/flink/pull/20884#discussion_r978427558


##########
docs/content.zh/docs/connectors/table/jdbc.md:
##########
@@ -263,6 +279,47 @@ ON myTopic.key = MyUserTable.id;
     </tbody>
 </table>
 
+### 已弃用的配置
+这些弃用配置已经被上述的新配置代替,而且最终会被弃用。请优先考虑使用新配置。
+<table>
+    <thead>
+      <tr>
+        <th class="text-left" style="width: 25%">Option</th>
+        <th class="text-left" style="width: 8%">Required</th>
+        <th class="text-left" style="width: 8%">Forwarded</th>
+        <th class="text-left" style="width: 7%">Default</th>
+        <th class="text-left" style="width: 10%">Type</th>
+        <th class="text-left" style="width: 42%">Description</th>
+      </tr>
+    </thead>
+    <tbody>
+        <tr>
+          <td><h5>lookup.cache.max-rows</h5></td>
+          <td>optional</td>
+          <td>yes</td>
+          <td style="word-wrap: break-word;">(none)</td>
+          <td>Integer</td>
+          <td>请配置 "lookup.cache" = "PARTIAL" 并使用 
"lookup.partial-cache.max-rows" 作为替代</td>

Review Comment:
   Remove the `作为`?`替代` -> `代替`



##########
docs/content.zh/docs/connectors/table/jdbc.md:
##########
@@ -202,28 +202,44 @@ ON myTopic.key = MyUserTable.id;
       它决定了每个语句是否在事务中自动提交。有些 JDBC 驱动程序,特别是
       <a 
href="https://jdbc.postgresql.org/documentation/head/query.html#query-with-cursor";>Postgres</a>,可能需要将此设置为
 false 以便流化结果。</td>
     </tr>
+    <tr>
+      <td><h5>lookup.cache</h5></td>
+      <td>可选</td>
+      <td style="word-wrap: break-word;">NONE</td>
+      <td><p>枚举类型</p>可选值: NONE, PARTIAL</td>
+      <td>维表的缓存策略。 目前支持 NONE(不缓存)和 PARTIAL(伴随在外部数据库中查找数据的过程缓存)。</td>

Review Comment:
   伴随在外部数据库中查找数据的过程缓存,感觉这个翻译有点奇怪?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to