EricJoy2048 commented on code in PR #2839:
URL: 
https://github.com/apache/incubator-seatunnel/pull/2839#discussion_r977630123


##########
docs/en/connector-v2/source/FakeSource.md:
##########
@@ -22,15 +22,18 @@ just for testing, such as type conversion and feature 
testing
 |-------------------|--------|----------|---------------|
 | result_table_name | string | yes      | -             |
 | schema            | config | yes      | -             |
+| row.num           | long   | no       | 10            |
 
 ### result_table_name [string]
 
 The table name.
 
 ### type [string]
+
 Table structure description ,you should assign schema option to tell connector 
how to parse data to the row you want.  
 **Tips**: Most of Unstructured-Datasource contain this param, such as 
LocalFile,HdfsFile.  
 **Example**:
+

Review Comment:
   Please add some comment of the new params `row.num`



-- 
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]

Reply via email to