You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/08/25 06:12:15 UTC

[GitHub] [inlong] e-mhui commented on a diff in pull request #5690: [INLONG-5689][Manager] PulsarSource set fieldDelimiter when use CSV format

e-mhui commented on code in PR #5690:
URL: https://github.com/apache/inlong/pull/5690#discussion_r954538904


##########
inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/consts/InlongConstants.java:
##########
@@ -66,6 +66,8 @@ public class InlongConstants {
 
     public static final String PULSAR_QUEUE_TYPE_PARALLEL = "PARALLEL";
 
+    public static final String PULSAR_CSV_FIELDDELIMITER = "fieldDelimiter";

Review Comment:
   done



-- 
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-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org