This is an automated email from the ASF dual-hosted git repository.
lidongdai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/seatunnel-website.git
The following commit(s) were added to refs/heads/main by this push:
new 12c4b50e39f Update StarRocks.md (#238)
12c4b50e39f is described below
commit 12c4b50e39f3b55d494c584b276ab02c6cdc593a
Author: DismalSnail <[email protected]>
AuthorDate: Wed Aug 23 18:31:16 2023 +0800
Update StarRocks.md (#238)
node_urls -> nodeUrls
node_urls doesn't work
Co-authored-by: DismalSnail <[email protected]>
---
versioned_docs/version-2.3.1/connector-v2/sink/StarRocks.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/versioned_docs/version-2.3.1/connector-v2/sink/StarRocks.md
b/versioned_docs/version-2.3.1/connector-v2/sink/StarRocks.md
index 36d9e27830c..d7a13c1b1b8 100644
--- a/versioned_docs/version-2.3.1/connector-v2/sink/StarRocks.md
+++ b/versioned_docs/version-2.3.1/connector-v2/sink/StarRocks.md
@@ -16,7 +16,7 @@ The internal implementation of StarRocks sink connector is
cached and imported b
| name | type | required | default value |
|-----------------------------|---------|----------|-----------------|
-| node_urls | list | yes | - |
+| nodeUrls | list | yes | - |
| base-url | string | yes | - |
| username | string | yes | - |
| password | string | yes | - |