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

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


The following commit(s) were added to refs/heads/master by this push:
     new 68d8c5b3bd8 [hotfix][docs] Update the versions of mongodb supported by 
mongodb-connector
68d8c5b3bd8 is described below

commit 68d8c5b3bd8c5f1d5febeb68eb961269cc6dd414
Author: Jiabao Sun <jiabao...@apache.org>
AuthorDate: Tue Feb 20 11:23:15 2024 +0800

    [hotfix][docs] Update the versions of mongodb supported by mongodb-connector
    
    This closes #24337.
---
 docs/content.zh/docs/connectors/table/overview.md | 2 +-
 docs/content/docs/connectors/table/overview.md    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/content.zh/docs/connectors/table/overview.md 
b/docs/content.zh/docs/connectors/table/overview.md
index 8915e2a496b..1bc53c53f43 100644
--- a/docs/content.zh/docs/connectors/table/overview.md
+++ b/docs/content.zh/docs/connectors/table/overview.md
@@ -110,7 +110,7 @@ Flink natively support various connectors. The following 
tables list all availab
     </tr>
     <tr>
       <td><a href="{{< ref "docs/connectors/table/mongodb" 
>}}">MongoDB</a></td>
-      <td></td>
+      <td>3.6.x & 4.x & 5.x & 6.0.x</td>
       <td>Bounded Scan, Lookup</td>
       <td>Streaming Sink, Batch Sink</td>
     </tr>
diff --git a/docs/content/docs/connectors/table/overview.md 
b/docs/content/docs/connectors/table/overview.md
index 3700684a1c4..cf1424ed521 100644
--- a/docs/content/docs/connectors/table/overview.md
+++ b/docs/content/docs/connectors/table/overview.md
@@ -110,7 +110,7 @@ Flink natively support various connectors. The following 
tables list all availab
     </tr>
     <tr>
       <td><a href="{{< ref "docs/connectors/table/mongodb" 
>}}">MongoDB</a></td>
-      <td></td>
+      <td>3.6.x & 4.x & 5.x & 6.0.x</td>
       <td>Bounded Scan, Lookup</td>
       <td>Streaming Sink, Batch Sink</td>
     </tr>

Reply via email to