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

jinsongzhou pushed a commit to branch 0.7.x
in repository https://gitbox.apache.org/repos/asf/amoro.git


The following commit(s) were added to refs/heads/0.7.x by this push:
     new f845e7535 [Hotfix] Fix wrong javadoc for TableRuntimeRefreshExecutor 
(#3051)
f845e7535 is described below

commit f845e7535e9d48a381f7ac4a7dab9b85d850e564
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
    
    (cherry picked from commit 1db63a65488040ad74e6d957e89caff93c7bd88d)
    Signed-off-by: zhoujinsong <[email protected]>
---
 .../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

Reply via email to