This is an automated email from the ASF dual-hosted git repository.

linxinyuan pushed a commit to branch xinyuan-fix-typo
in repository https://gitbox.apache.org/repos/asf/texera.git

commit 4fbfa2310b6fe97e41a7dd21d0fb2001c66edd90
Author: Xinyuan Lin <[email protected]>
AuthorDate: Mon Aug 25 15:32:16 2025 -0700

    init
---
 core/amber/src/main/scala/edu/uci/ics/amber/engine/common/Utils.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/amber/src/main/scala/edu/uci/ics/amber/engine/common/Utils.scala 
b/core/amber/src/main/scala/edu/uci/ics/amber/engine/common/Utils.scala
index 688c6b90ef..ba07aeb61d 100644
--- a/core/amber/src/main/scala/edu/uci/ics/amber/engine/common/Utils.scala
+++ b/core/amber/src/main/scala/edu/uci/ics/amber/engine/common/Utils.scala
@@ -99,7 +99,7 @@ object Utils extends LazyLogging {
       case WorkflowAggregatedState.PAUSED        => "Paused"
       case WorkflowAggregatedState.RESUMING      => "Resuming"
       case WorkflowAggregatedState.COMPLETED     => "Completed"
-      case WorkflowAggregatedState.COMPLETED     => "Terminated"
+      case WorkflowAggregatedState.TERMINATED    => "Terminated"
       case WorkflowAggregatedState.FAILED        => "Failed"
       case WorkflowAggregatedState.KILLED        => "Killed"
       case WorkflowAggregatedState.UNKNOWN       => "Unknown"

Reply via email to