jaeyun0503 commented on code in PR #3717:
URL: https://github.com/apache/texera/pull/3717#discussion_r2328464232


##########
core/amber/src/main/scala/edu/uci/ics/texera/web/resource/dashboard/hub/ActionType.scala:
##########
@@ -46,4 +47,10 @@ object ActionType {
       .getOrElse(
         throw new IllegalArgumentException(s"Unsupported actionType '$s'")
       )
+
+  def toActionEnum(a: ActionType): ActionEnum = {

Review Comment:
   @aglinxinyuan It's used in the HubResource.scala to function as a mapper 
between ActionType enum to the jooq action enum



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