yrenat commented on code in PR #6046:
URL: https://github.com/apache/texera/pull/6046#discussion_r3868263256


##########
computing-unit-managing-service/src/main/scala/org/apache/texera/service/resource/ComputingUnitManagingResource.scala:
##########
@@ -467,6 +677,12 @@ class ComputingUnitManagingResource {
   @Path("")
   def listComputingUnits(
       @Auth user: SessionUser
+  ): List[DashboardWorkflowComputingUnit] =
+    listComputingUnits(user, DefaultKubernetesPodOperations)
+
+  private[resource] def listComputingUnits(
+      user: SessionUser,
+      podOperations: KubernetesPodOperations

Review Comment:
   The two funcs are now merged



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