This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
The following commit(s) were added to refs/heads/dev by this push:
new 847b8fe51 [Bug] postgresql scheme data type error #2649 (#2660)
847b8fe51 is described below
commit 847b8fe518eb4d6f49b052300f8a5f06f03a5f68
Author: macksonmu <[email protected]>
AuthorDate: Wed Apr 19 16:58:33 2023 +0800
[Bug] postgresql scheme data type error #2649 (#2660)
---
.../src/main/assembly/script/schema/pgsql-schema.sql | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/streampark-console/streampark-console-service/src/main/assembly/script/schema/pgsql-schema.sql
b/streampark-console/streampark-console-service/src/main/assembly/script/schema/pgsql-schema.sql
index 4f27373f2..95ab00c36 100644
---
a/streampark-console/streampark-console-service/src/main/assembly/script/schema/pgsql-schema.sql
+++
b/streampark-console/streampark-console-service/src/main/assembly/script/schema/pgsql-schema.sql
@@ -404,7 +404,7 @@ create table "public"."t_flink_log" (
"app_id" int8,
"yarn_app_id" varchar(50) collate "pg_catalog"."default",
"job_manager_url" varchar(255) collate "pg_catalog"."default",
- "success" int2,
+ "success" boolean,
"exception" text collate "pg_catalog"."default",
"option_time" timestamp(6),
"option_name" int2