读取starrocks数据报错BUG修复

This commit is contained in:
gaoy121 2022-11-24 18:08:14 +08:00
parent a1b9ab36f9
commit 8f6084e1e7

View File

@ -68,6 +68,8 @@ public enum DataBaseType {
break;
case Oscar:
break;
case StarRocks:
break;
default:
throw DataXException.asDataXException(DBUtilErrorCode.UNSUPPORTED_TYPE, "unsupported database type.");
}