doleyzi commented on code in PR #9313:
URL: https://github.com/apache/inlong/pull/9313#discussion_r1399946125


##########
inlong-agent/agent-plugins/src/test/java/org/apache/inlong/agent/plugin/AgentBaseTestsHelper.java:
##########
@@ -104,6 +104,8 @@ private DataConfig getDataConfig(int taskId, String 
pattern, boolean retry, Long
         fileTaskConfig.setRetry(retry);
         fileTaskConfig.setStartTime(startTime);
         fileTaskConfig.setEndTime(endTime);
+        fileTaskConfig.setDataContentStyle("mix");
+        fileTaskConfig.setDataSeparator("124");

Review Comment:
   It is recommended to use macros or add a comment for '124' and 'mix'



-- 
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