Skip to content

Commit

Permalink
[Hotfix] Fix wrong javadoc for TableRuntimeRefreshExecutor (#3051)
Browse files Browse the repository at this point in the history
Fix wrong javadoc for TableRuntimeRefreshExecutor

(cherry picked from commit 1db63a6)
Signed-off-by: zhoujinsong <zhoujinsong0505@163.com>
  • Loading branch information
link3280 authored and zhoujinsong committed Oct 11, 2024
1 parent 05883ca commit f845e75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f845e75

Please sign in to comment.