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