You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/05/08 13:15:03 UTC

[incubator-seatunnel] branch dev updated: [hotfix][connector-fake][docs] Updated description (#1823)

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 <ma...@users.noreply.github.com>
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` .
 
 :::