From eefc701a9a262e95db16a08fbaf4c553d4b400fc Mon Sep 17 00:00:00 2001 From: luohaha <18810541851@163.com> Date: Fri, 17 Jan 2025 16:38:23 +0800 Subject: [PATCH] update Signed-off-by: luohaha <18810541851@163.com> --- fe/fe-core/src/main/java/com/starrocks/alter/AlterJobV2.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/fe-core/src/main/java/com/starrocks/alter/AlterJobV2.java b/fe/fe-core/src/main/java/com/starrocks/alter/AlterJobV2.java index 96318342448f5..834e5f0890c6d 100644 --- a/fe/fe-core/src/main/java/com/starrocks/alter/AlterJobV2.java +++ b/fe/fe-core/src/main/java/com/starrocks/alter/AlterJobV2.java @@ -223,7 +223,7 @@ public long getWarehouseId() { */ public synchronized void run() { if (isTimeout()) { - bool cancelled = cancelImpl("Timeout"); + boolean cancelled = cancelImpl("Timeout"); cancelHook(cancelled); if (cancelled) { // If this job can't be cancelled, we should execute it.