mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 09:19:30 +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;
|
||||
case Oscar:
|
||||
break;
|
||||
case StarRocks:
|
||||
break;
|
||||
default:
|
||||
throw DataXException.asDataXException(DBUtilErrorCode.UNSUPPORTED_TYPE, "unsupported database type.");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user