Skip to content

Commit

Permalink
补充初始化脚本init.sql中缺失的数据语句 (#1172)
Browse files Browse the repository at this point in the history
字典表dict中缺失了spark_version 3.2 的相关集群配置的数据,语句来自脚本文件 1.5_increment.sql

---------

Co-authored-by: feng.du <feng.du@in-sight.net.cn>
Co-authored-by: xjs1983boy <33441983+xjs1983boy@users.noreply.github.com>
  • Loading branch information
3 people committed Apr 23, 2024
1 parent a6f905b commit 48bfd97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sql/init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1832,6 +1832,10 @@ INSERT INTO dict (dict_code, dict_name, dict_value, dict_desc, type, sort, data_
gmt_create, gmt_modified, is_deleted)
VALUES ('component_datasource_mapping', '3', '80', null, 18, 1, 'STRING', 'TDH 6.x', 0, '2023-04-01 10:19:00',
'2023-04-01 10:19:00', 0);
INSERT INTO dict (dict_code, dict_name, dict_value, dict_desc, type, sort, data_type, depend_name, is_default,
gmt_create, gmt_modified, is_deleted)
VALUES ('spark_version', '3.2', '320', null, 2, 1, 'INTEGER', '', 1, now(),now(), 0);

COMMIT;

-- ----------------------------
Expand Down

0 comments on commit 48bfd97

Please sign in to comment.