aloyszhang commented on code in PR #11625:
URL: https://github.com/apache/inlong/pull/11625#discussion_r1899400388


##########
inlong-agent/agent-common/src/main/java/org/apache/inlong/agent/constant/TaskConstants.java:
##########
@@ -86,6 +83,20 @@ public class TaskConstants extends CommonConstants {
     public static final String COS_DATA_SEPARATOR = 
"task.cosTask.dataSeparator";
     public static final String COS_FILTER_STREAMS = 
"task.cosTask.filterStreams";
 
+    // SQL task
+    public static final String SQL_TASK_CYCLE_UNIT = "task.sqlTask.cycleUnit";
+    public static final String SQL_MAX_NUM = "task.sqlTask.maxInstanceCount";
+    public static final String SQL_TASK_SQL = "task.sqlTask.sql";
+    public static final String SQL_TIME_OFFSET = "task.sqlTask.timeOffset";
+    public static final String SQL_TASK_RETRY = "task.sqlTask.retry";
+    public static final String SQL_TASK_TIME_FROM = 
"task.sqlTask.dataTimeFrom";
+    public static final String SQL_TASK_TIME_TO = "task.sqlTask.dataTimeTo";

Review Comment:
   Seems these constants are not used anywhere



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