sdhzwc commented on code in PR #16450:
URL: 
https://github.com/apache/dolphinscheduler/pull/16450#discussion_r1716195699


##########
dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/entity/Schedule.java:
##########
@@ -108,10 +108,21 @@ public class Schedule {
     private int userId;
 
     /**
-     * created user name
+     * operator user id
+     */
+    private Integer operator;

Review Comment:
   > These are problems left over from history and will be reconstructed in the 
future
   
   modifications completed



##########
dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/entity/Schedule.java:
##########
@@ -108,10 +108,21 @@ public class Schedule {
     private int userId;
 
     /**
-     * created user name
+     * operator user id
+     */
+    private Integer operator;

Review Comment:
   > These are problems left over from history and will be reconstructed in the 
future
   
   Modifications completed



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