[TLP](step-1) Remove incubator prefix (#10230)

Remove some `incubator-` prefix in source code.
The document is not modified, will be done in next PR.
This commit is contained in:
Mingyu Chen
2022-06-19 19:34:52 +08:00
committed by GitHub
parent e09066c7ee
commit 67f341f44e
30 changed files with 91 additions and 104 deletions

View File

@ -170,7 +170,7 @@ public class DorisStreamLoad {
}
//in doris 0.9 version, you need to comment this line
//refer to https://github.com/apache/incubator-doris/issues/783
//refer to https://github.com/apache/doris/issues/783
stringBuilder.deleteCharAt(stringBuilder.length() - 1);
String loadData = stringBuilder.toString();