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

leonard pushed a commit to branch release-1.17
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.17 by this push:
     new 43fafd43dff [FLINK-31437][hbase][docs] Fix wrong key 
'lookup.cache.caching-missing-key' in 'hbase.md'
43fafd43dff is described below

commit 43fafd43dff30a33f15d478c8f20ef4d1a6bcff1
Author: Junrui Lee <[email protected]>
AuthorDate: Wed Mar 15 17:18:11 2023 +0800

    [FLINK-31437][hbase][docs] Fix wrong key 'lookup.cache.caching-missing-key' 
in 'hbase.md'
---
 docs/content.zh/docs/connectors/table/hbase.md | 2 +-
 docs/content/docs/connectors/table/hbase.md    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/content.zh/docs/connectors/table/hbase.md 
b/docs/content.zh/docs/connectors/table/hbase.md
index 76e4026ac70..a3f80468a4b 100644
--- a/docs/content.zh/docs/connectors/table/hbase.md
+++ b/docs/content.zh/docs/connectors/table/hbase.md
@@ -198,7 +198,7 @@ ON myTopic.key = hTable.rowkey;
       使用该配置时 "lookup.cache" 必须设置为 "PARTIAL”。</td>
     </tr>
     <tr>
-      <td><h5>lookup.partial-cache.caching-missing-key</h5></td>
+      <td><h5>lookup.partial-cache.cache-missing-key</h5></td>
       <td>可选</td>
       <td style="word-wrap: break-word;">true</td>
       <td>Boolean</td>
diff --git a/docs/content/docs/connectors/table/hbase.md 
b/docs/content/docs/connectors/table/hbase.md
index af41811b306..4c2b37b5f53 100644
--- a/docs/content/docs/connectors/table/hbase.md
+++ b/docs/content/docs/connectors/table/hbase.md
@@ -223,7 +223,7 @@ Connector Options
       "lookup.cache" must be set to "PARTIAL" to use this option. </td>
     </tr>
     <tr>
-      <td><h5>lookup.partial-cache.caching-missing-key</h5></td>
+      <td><h5>lookup.partial-cache.cache-missing-key</h5></td>
       <td>optional</td>
       <td>yes</td>
       <td style="word-wrap: break-word;">true</td>

Reply via email to