liuchunhua commented on code in PR #15671:
URL:
https://github.com/apache/dolphinscheduler/pull/15671#discussion_r1513864607
##########
dolphinscheduler-spi/src/main/java/org/apache/dolphinscheduler/spi/enums/DbType.java:
##########
@@ -88,7 +88,7 @@ public String getDescp() {
}
public boolean isHive() {
- return this == DbType.HIVE;
+ return this == DbType.HIVE || this == DbType.KYUUBI;
Review Comment:
KYUUBI use spark engine to query hive table by default, using HiveReader is
better.
--
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]