mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-06-26 06:39:20 +08:00
feat(db): 添加对 Hive 数据库引擎的支持
- 在 EngineType 枚举中添加 HIVE 类型定义
This commit is contained in:
@@ -14,7 +14,8 @@ public enum EngineType {
|
||||
KYUUBI(11, "KYUUBI"),
|
||||
PRESTO(12, "PRESTO"),
|
||||
TRINO(13, "TRINO"),
|
||||
ORACLE(14, "ORACLE");
|
||||
ORACLE(14, "ORACLE"),
|
||||
HIVE(15, "HIVE");
|
||||
|
||||
private Integer code;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user