This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push: new 343e7ef5bb3 [fix](statistics)Fix alter column stats not forward to master bug #29786 (#29787) 343e7ef5bb3 is described below commit 343e7ef5bb351153d40dfec2e4cc12d3fca55aeb Author: Jibing-Li <64681310+jibing...@users.noreply.github.com> AuthorDate: Wed Jan 10 19:05:20 2024 +0800 [fix](statistics)Fix alter column stats not forward to master bug #29786 (#29787) --- .../main/java/org/apache/doris/analysis/AlterColumnStatsStmt.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/fe/fe-core/src/main/java/org/apache/doris/analysis/AlterColumnStatsStmt.java b/fe/fe-core/src/main/java/org/apache/doris/analysis/AlterColumnStatsStmt.java index 085724b6c9f..8b3786b2a00 100644 --- a/fe/fe-core/src/main/java/org/apache/doris/analysis/AlterColumnStatsStmt.java +++ b/fe/fe-core/src/main/java/org/apache/doris/analysis/AlterColumnStatsStmt.java @@ -191,9 +191,4 @@ public class AlterColumnStatsStmt extends DdlStmt { public String getValue(StatsType statsType) { return statsTypeToValue.get(statsType); } - - @Override - public RedirectStatus getRedirectStatus() { - return RedirectStatus.NO_FORWARD; - } } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org