EmmyMiao87 commented on a change in pull request #5934:
URL: https://github.com/apache/incubator-doris/pull/5934#discussion_r642847998



##########
File path: 
extension/flink-doris-connector/src/main/java/org/apache/doris/flink/table/DorisStreamLoad.java
##########
@@ -134,7 +134,7 @@ public void load(String value) throws StreamLoadException {
 
     private LoadResponse loadBatch(String value) {
         Calendar calendar = Calendar.getInstance();
-        String label = String.format("audit_%s%02d%02d_%02d%02d%02d_%s",
+        String label = String.format("doris_sink_%s%02d%02d_%02d%02d%02d_%s",

Review comment:
       It is better to have prefixes similar to those related to Flink.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to