Skip to content

Commit a733908

Browse files
tiezhutiezhu
authored andcommitted
[hotfix-51052][core] Plugin name 'dorisbatch' map to 'doris'
1 parent 8aa40b0 commit a733908

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flinkx-core/src/main/java/com/dtstack/flinkx/util/ConnectorNameConvertUtil.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public class ConnectorNameConvertUtil {
3838
connectorNameMap.put("tidb", new Tuple2<>("mysql", "mysql"));
3939
connectorNameMap.put("restapi", new Tuple2<>("http", "http"));
4040
connectorNameMap.put("adbpostgresql", new Tuple2<>("postgresql", "postgresql"));
41+
connectorNameMap.put("dorisbatch", new Tuple2<>("doris", "doris"));
4142
}
4243

4344
public static String convertClassPrefix(String originName) {

0 commit comments

Comments
 (0)