vinlee19 commented on code in PR #226: URL: https://github.com/apache/doris-flink-connector/pull/226#discussion_r1413432593
########## flink-doris-connector/src/main/java/org/apache/doris/flink/sink/writer/LabelGenerator.java: ########## @@ -24,6 +24,8 @@ * Generator label for stream load. */ public class LabelGenerator { + + private static final int MAX_LOAD_LABEL_LENGTH = 128; Review Comment: Ok, i will post reason and add some unit test! -- 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. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org