aloyszhang commented on code in PR #11592: URL: https://github.com/apache/inlong/pull/11592#discussion_r1877628682
########## inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/task/FormatDateLogFileTask.java: ########## @@ -17,11 +17,11 @@ package org.apache.inlong.agent.plugin.task; -import org.apache.inlong.agent.plugin.task.file.LogFileTask; +import org.apache.inlong.agent.plugin.task.logcollection.local.FileTask; /** * Directory trigger with format date. */ -public class FormatDateLogFileTask extends LogFileTask { +public class FormatDateLogFileTask extends FileTask { Review Comment: Is `FormatDateLogFileTask` really needed? -- 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