mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 08:11:10 +08:00
读取starrocks数据报错BUG修复
This commit is contained in:
parent
a1b9ab36f9
commit
8f6084e1e7
@ -68,6 +68,8 @@ public enum DataBaseType {
|
||||
break;
|
||||
case Oscar:
|
||||
break;
|
||||
case StarRocks:
|
||||
break;
|
||||
default:
|
||||
throw DataXException.asDataXException(DBUtilErrorCode.UNSUPPORTED_TYPE, "unsupported database type.");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user