Xiao-zhen-Liu commented on code in PR #6729:
URL: https://github.com/apache/texera/pull/6729#discussion_r3648782697


##########
amber/src/main/scala/org/apache/texera/amber/engine/common/Utils.scala:
##########
@@ -141,6 +143,7 @@ object Utils extends LazyLogging {
       case WorkflowAggregatedState.COMPLETED     => 3
       case WorkflowAggregatedState.FAILED        => 4
       case WorkflowAggregatedState.KILLED        => 5
+      case WorkflowAggregatedState.CACHE_REUSED  => 6

Review Comment:
   Good catch, thanks. Mirrored code 6 in the frontend: added `CacheReused` to 
the `ExecutionState` enum and `EXECUTION_STATUS_CODE`, plus the `statusMapping` 
and the `getExecutionStatus` icon in the execution-history modal (a `database` 
icon in cyan `#13c2c2`), with a spec assertion. Happy to change the icon/color 
if you would prefer something else.
   



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