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 1cc86ee20f1 Adjust output (#252)
1cc86ee20f1 is described below
commit 1cc86ee20f1baf78a274a5c4482d83d62b2eddf9
Author: 阿洋 <[email protected]>
AuthorDate: Wed Aug 23 18:29:07 2023 +0800
Adjust output (#252)
---
versioned_docs/version-2.3.2/contribution/setup.md | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/versioned_docs/version-2.3.2/contribution/setup.md
b/versioned_docs/version-2.3.2/contribution/setup.md
index 22cc06bdc2a..257c0e31427 100644
--- a/versioned_docs/version-2.3.2/contribution/setup.md
+++ b/versioned_docs/version-2.3.2/contribution/setup.md
@@ -84,12 +84,11 @@ Here we use
`seatunnel-examples/seatunnel-flink-connector-v2-example/src/main/ja
as an example, when you run it successfully you could see the output as below:
```log
-+I[Ricky Huo, 71]
-+I[Gary, 12]
-+I[Ricky Huo, 93]
+org.apache.seatunnel.connectors.seatunnel.console.sink.ConsoleSinkWriter -
subtaskIndex=1 rowIndex=4: SeaTunnelRow#tableId= SeaTunnelRow#kind=INSERT :
jpEgH, 2036822176
+org.apache.seatunnel.connectors.seatunnel.console.sink.ConsoleSinkWriter -
subtaskIndex=2 rowIndex=4: SeaTunnelRow#tableId= SeaTunnelRow#kind=INSERT :
KNaVA, 1295072156
...
...
-+I[Ricky Huo, 83]
+org.apache.seatunnel.connectors.seatunnel.console.sink.ConsoleSinkWriter -
subtaskIndex=1 rowIndex=11: SeaTunnelRow#tableId= SeaTunnelRow#kind=INSERT :
lxclk, 1523020468
```
## What's More