mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 23:52:00 +08:00
Merge pull request #1614 from gaoy121/master
Error reading starrocks data
This commit is contained in:
commit
73a54c42f1
@ -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