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

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


The following commit(s) were added to refs/heads/release-1.12 by this push:
     new e2fac31  [FLINK-20697][docs] Fix the data type of 'lookup.cache.ttl' 
in JDBC page
e2fac31 is described below

commit e2fac3175841893de80a9fde7cde8dadf41e5022
Author: xiaoHoly <[email protected]>
AuthorDate: Tue Dec 22 11:05:39 2020 +0800

    [FLINK-20697][docs] Fix the data type of 'lookup.cache.ttl' in JDBC page
    
    This closes #14446
---
 docs/dev/table/connectors/jdbc.md    | 2 +-
 docs/dev/table/connectors/jdbc.zh.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/dev/table/connectors/jdbc.md 
b/docs/dev/table/connectors/jdbc.md
index 52a65c2..cf6acfa 100644
--- a/docs/dev/table/connectors/jdbc.md
+++ b/docs/dev/table/connectors/jdbc.md
@@ -204,7 +204,7 @@ Connector Options
       <td><h5>lookup.cache.ttl</h5></td>
       <td>optional</td>
       <td style="word-wrap: break-word;">(none)</td>
-      <td>Integer</td>
+      <td>Duration</td>
       <td>The max time to live for each rows in lookup cache, over this time, 
the oldest rows will be expired.
       Lookup cache is disabled by default. See the following <a 
href="#lookup-cache">Lookup Cache</a> section for more details. </td>
     </tr>
diff --git a/docs/dev/table/connectors/jdbc.zh.md 
b/docs/dev/table/connectors/jdbc.zh.md
index bbafba9..e094b44 100644
--- a/docs/dev/table/connectors/jdbc.zh.md
+++ b/docs/dev/table/connectors/jdbc.zh.md
@@ -204,7 +204,7 @@ Connector Options
       <td><h5>lookup.cache.ttl</h5></td>
       <td>optional</td>
       <td style="word-wrap: break-word;">(none)</td>
-      <td>Integer</td>
+      <td>Duration</td>
       <td>The max time to live for each rows in lookup cache, over this time, 
the oldest rows will be expired.
       Lookup cache is disabled by default. See the following <a 
href="#lookup-cache">Lookup Cache</a> section for more details. </td>
     </tr>

Reply via email to