healchow commented on code in PR #5878: URL: https://github.com/apache/inlong/pull/5878#discussion_r970270266
########## inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/source/autopush/AutoPushSourceRequest.java: ########## @@ -44,10 +43,10 @@ public class AutoPushSourceRequest extends SourceRequest { @ApiModelProperty(value = "Data encoding format: UTF-8, GBK") private String dataEncoding = StandardCharsets.UTF_8.toString(); - @ApiModelProperty(value = "Data separator, stored as ASCII code") - private String dataSeparator = DataSeparator.VERTICAL_BAR.getAsciiCode().toString(); + @ApiModelProperty(value = "Data separator") + private String dataSeparator; Review Comment: Suggest adding a default value for the data separator. -- 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...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org