From 1db63a65488040ad74e6d957e89caff93c7bd88d Mon Sep 17 00:00:00 2001 From: Paul Lin Date: Fri, 19 Jul 2024 13:54:50 +0800 Subject: [PATCH] [Hotfix] Fix wrong javadoc for TableRuntimeRefreshExecutor (#3051) Fix wrong javadoc for TableRuntimeRefreshExecutor --- .../server/table/executor/TableRuntimeRefreshExecutor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amoro-ams/amoro-ams-server/src/main/java/org/apache/amoro/server/table/executor/TableRuntimeRefreshExecutor.java b/amoro-ams/amoro-ams-server/src/main/java/org/apache/amoro/server/table/executor/TableRuntimeRefreshExecutor.java index 484c03f466..7837537ede 100644 --- a/amoro-ams/amoro-ams-server/src/main/java/org/apache/amoro/server/table/executor/TableRuntimeRefreshExecutor.java +++ b/amoro-ams/amoro-ams-server/src/main/java/org/apache/amoro/server/table/executor/TableRuntimeRefreshExecutor.java @@ -26,7 +26,7 @@ import org.apache.amoro.server.table.TableRuntime; import org.apache.amoro.table.MixedTable; -/** Service for expiring tables periodically. */ +/** Executor that refreshes table runtimes and evaluates optimizing status periodically. */ public class TableRuntimeRefreshExecutor extends BaseTableExecutor { // 1 minutes