This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 3417c04f [hotfix][connector-fake][docs] Updated description (#1823)
3417c04f is described below

commit 3417c04f46cc3dbde7e181f7c61da189dac79dce
Author: mans2singh <[email protected]>
AuthorDate: Sun May 8 09:14:59 2022 -0400

    [hotfix][connector-fake][docs] Updated description (#1823)
    
    * [hotfix][connector-fake][docs] Updated description
    
    * [hotfix][connector-fake][docs] Updated description
---
 docs/en/connector/source/Fake.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/connector/source/Fake.mdx 
b/docs/en/connector/source/Fake.mdx
index ea3ee313..9111bb4e 100644
--- a/docs/en/connector/source/Fake.mdx
+++ b/docs/en/connector/source/Fake.mdx
@@ -13,7 +13,7 @@ Engine Supported and plugin name
 
 * [x] Spark: Fake, FakeStream
 * [x] Flink: FakeSource, FakeSourceStream
-    * Flink `Fake Source` is mainly used to automatically generate data. The 
data has only two columns. The first column is of `String type` and the content 
is a random one from `["Gary", "Ricky Huo", "Kid Xiong"]` . The second column 
is of `Long type` , which is The current 13-bit timestamp is used as input for 
functional verification and testing of `seatunnel` .
+    * Flink `Fake Source` is mainly used to automatically generate data. The 
data has only two columns. The first column is of `String type` and the content 
is a random one from `["Gary", "Ricky Huo", "Kid Xiong"]` . The second column 
is of `Long type` , which is the current 13-digit timestamp is used as input 
for functional verification and testing of `seatunnel` .
 
 :::
 

Reply via email to