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

tyrantlucifer pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 5ff7056b55 [Hotfix][Docs][2.3.0] Update InfluxDB.md (#184)
5ff7056b55 is described below

commit 5ff7056b5531b27a6b743abb9c5f2665f72d5db7
Author: xifeng yang <[email protected]>
AuthorDate: Mon Feb 13 20:48:22 2023 +0800

    [Hotfix][Docs][2.3.0] Update InfluxDB.md (#184)
---
 .../version-2.3.0-beta/connector-v2/source/InfluxDB.md         | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/versioned_docs/version-2.3.0-beta/connector-v2/source/InfluxDB.md 
b/versioned_docs/version-2.3.0-beta/connector-v2/source/InfluxDB.md
index 368e937313..37af6ad25e 100644
--- a/versioned_docs/version-2.3.0-beta/connector-v2/source/InfluxDB.md
+++ b/versioned_docs/version-2.3.0-beta/connector-v2/source/InfluxDB.md
@@ -50,7 +50,7 @@ The query sql used to search data
 select name,age from test
 ```
 
-### fields [string]
+### fields [config]
 
 the fields of the InfluxDB when you select
 
@@ -62,7 +62,7 @@ e.g.
 fields{
     name=STRING
     age=INT
-    }
+}
 ```
 
 ### database [string]
@@ -97,7 +97,7 @@ lower bound of the `split_column` column
 ```
      split the $split_column range into $partition_num parts
      if partition_num is 1, use the whole `split_column` range
-     if partition_num < (upper_bound - lower_bound), use (upper_bound - 
lower_bound) partitions
+     if partition_num > (upper_bound - lower_bound), use (upper_bound - 
lower_bound) partitions
      
      eg: lower_bound = 1, upper_bound = 10, partition_num = 2
      sql = "select * from test where age > 0 and age < 10"
@@ -144,7 +144,7 @@ source {
             value = INT
             rt = STRING
             time = BIGINT
-            }
+        }
     }
 
 }
@@ -163,7 +163,7 @@ source {
             value = INT
             rt = STRING
             time = BIGINT
-            }
+        }
     }
 
 }

Reply via email to