kyoty commented on a change in pull request #5651:
URL: https://github.com/apache/dolphinscheduler/pull/5651#discussion_r678899507
##########
File path:
dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/entity/Resource.java
##########
@@ -68,10 +68,15 @@
*/
private int userId;
- /**
- * resource type
- */
- private ResourceType type;
+ /**
+ * user Name
+ */
+ private String userName;
Review comment:
Thanks @ruanwenjun , @CalvinKirs .
I've updated by add a new class ResourceDTO and update the data returned to
the front-end by using ResourceDTO instead of Resource.
can you have a look again? This pr has been hang for a long time.
--
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]