Hisoka-X commented on code in PR #5255:
URL: https://github.com/apache/seatunnel/pull/5255#discussion_r1306392591
##########
docs/en/connector-v2/source/FakeSource.md:
##########
@@ -103,172 +107,58 @@ schema = {
}
```
-### rows
-
-The row list of fake data output per degree of parallelism
+### Customize the data content Simple:
-example
+> This is a self-defining data source information, defining whether each piece
of data is an add or delete modification operation, and defining what each
field stores
```hocon
-rows = [
- {
- kind = INSERT
- fields = [1, "A", 100]
- },
- {
- kind = UPDATE_BEFORE
- fields = [1, "A", 100]
- },
- {
- kind = UPDATE_AFTER
- fields = [1, "A_1", 100]
- },
- {
- kind = DELETE
- fields = [1, "A_1", 100]
+source {
Review Comment:
I remember FakeSource can produce data randomly, could you also add a demo
case use that feature? Please.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]