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


##########
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:
   > It's better to set an explicit name like `modifyUserId`.
   This one was written with reference to the previous naming, and I thought it 
would be better to keep it uniform, such as the one below:
   
![image](https://github.com/user-attachments/assets/a9098224-20fe-4bfd-8b6e-0885f7f83281)
   



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