Skip to content

Commit 8f3df45

Browse files
[Hotfix][Zeta] Fix the bug of conf (apache#4488)
1 parent 5261032 commit 8f3df45

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

seatunnel-examples/seatunnel-engine-examples/src/main/resources/examples/fake_to_console.conf

-11
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,6 @@ source {
3838
}
3939
}
4040
}
41-
42-
FakeSource {
43-
result_table_name = "fake"
44-
parallelism = 1
45-
schema = {
46-
fields {
47-
name = "string"
48-
age = "int"
49-
}
50-
}
51-
}
5241
}
5342

5443
transform {

0 commit comments

Comments
 (0)