You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by fa...@apache.org on 2023/04/03 15:00:48 UTC

[incubator-seatunnel] branch dev updated: [Hotfix][Zeta] Fix the bug of conf (#4488)

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

fanjia 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 8f3df45d6 [Hotfix][Zeta] Fix the bug of conf (#4488)
8f3df45d6 is described below

commit 8f3df45d605d70864391c898642031ac2f21361d
Author: Tyrantlucifer <Ty...@gmail.com>
AuthorDate: Mon Apr 3 23:00:40 2023 +0800

    [Hotfix][Zeta] Fix the bug of conf (#4488)
---
 .../src/main/resources/examples/fake_to_console.conf          | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/seatunnel-examples/seatunnel-engine-examples/src/main/resources/examples/fake_to_console.conf b/seatunnel-examples/seatunnel-engine-examples/src/main/resources/examples/fake_to_console.conf
index 5e50c5d87..f6482a547 100644
--- a/seatunnel-examples/seatunnel-engine-examples/src/main/resources/examples/fake_to_console.conf
+++ b/seatunnel-examples/seatunnel-engine-examples/src/main/resources/examples/fake_to_console.conf
@@ -38,17 +38,6 @@ source {
       }
     }
   }
-
-  FakeSource {
-    result_table_name = "fake"
-    parallelism = 1
-    schema = {
-      fields {
-        name = "string"
-        age = "int"
-      }
-    }
-  }
 }
 
 transform {