zhaohehuhu commented on code in PR #13642:
URL: 
https://github.com/apache/dolphinscheduler/pull/13642#discussion_r1127258533


##########
dolphinscheduler-spi/src/main/java/org/apache/dolphinscheduler/spi/enums/DbType.java:
##########
@@ -43,7 +43,8 @@ public enum DbType {
     TRINO(12, "trino"),
     STARROCKS(13, "starrocks"),
     AZURESQL(14, "azuresql"),
-    DAMENG(15, "dameng");
+    DAMENG(15, "dameng"),
+    KYUUBI(18, "kyuubi");

Review Comment:
   > why not set `16`?
   
   cause 16 is occupied by other datasources implemented by ourselves



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to