mengw15 commented on code in PR #3784:
URL: https://github.com/apache/texera/pull/3784#discussion_r2396442499
##########
core/computing-unit-managing-service/src/main/scala/edu/uci/ics/texera/service/resource/ComputingUnitManagingResource.scala:
##########
@@ -551,6 +577,12 @@ class ComputingUnitManagingResource {
): DashboardWorkflowComputingUnit = {
val unit = getComputingUnitByCuid(context, cuid)
+ val userDao = new UserDao(context.configuration())
+ val ownerUser = Option(userDao.fetchOneByUid(user.getUid))
Review Comment:
is here correct to use user? since user here user is the SessionUser?
--
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]