[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:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user