This is an automated email from the ASF dual-hosted git repository.
xuba pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/master by this push:
new 1db63a654 [Hotfix] Fix wrong javadoc for TableRuntimeRefreshExecutor
(#3051)
1db63a654 is described below
commit 1db63a65488040ad74e6d957e89caff93c7bd88d
Author: Paul Lin <[email protected]>
AuthorDate: Fri Jul 19 13:54:50 2024 +0800
[Hotfix] Fix wrong javadoc for TableRuntimeRefreshExecutor (#3051)
Fix wrong javadoc for TableRuntimeRefreshExecutor
---
.../apache/amoro/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 484c03f46..7837537ed 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.TableManager;
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