luchunliang commented on code in PR #12146:
URL: https://github.com/apache/inlong/pull/12146#discussion_r3464138894


##########
inlong-common/src/main/java/org/apache/inlong/common/constant/Constants.java:
##########
@@ -41,4 +41,10 @@ public class Constants {
 
     public static final String COMMA = ",";
 
+    public static final String DOUBLE_DOT = "..";
+
+    public static final String PIPE = "|";

Review Comment:
   The PIPE separator is inconsistent with the previous version — it was "\\|" 
before, but now it's "|".
   
   
   
   
   
   



-- 
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: [email protected]

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

Reply via email to