Skip to content

Commit 87f272b

Browse files
committed
fix kafka source doc
1 parent faafbd0 commit 87f272b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/plugin/kafkaSource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ SQL样例
149149
```
150150
CREATE TABLE ods (
151151
id INT,
152-
some_users ARRAY<STRING>>
152+
some_users ARRAY<STRING>
153153
) WITH (
154154
...
155155
);
@@ -183,7 +183,7 @@ json样例
183183
"user_info": "bar"
184184
}
185185
]
186-
186+
}
187187
```
188188

189189
SQL样例

0 commit comments

Comments
 (0)