This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push: new b6de0499814 branch-3.0:[fix](statistics)No need to forward show table stats command. (#50207) (#50229) b6de0499814 is described below commit b6de0499814091875324862b21a8bb336f17dcdc Author: James <lijib...@selectdb.com> AuthorDate: Tue Apr 22 11:43:29 2025 +0800 branch-3.0:[fix](statistics)No need to forward show table stats command. (#50207) (#50229) backport: https://github.com/apache/doris/pull/50207 --- .../src/main/java/org/apache/doris/analysis/ShowTableStatsStmt.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/fe/fe-core/src/main/java/org/apache/doris/analysis/ShowTableStatsStmt.java b/fe/fe-core/src/main/java/org/apache/doris/analysis/ShowTableStatsStmt.java index c4d98d64f0a..ea9b96d0afe 100644 --- a/fe/fe-core/src/main/java/org/apache/doris/analysis/ShowTableStatsStmt.java +++ b/fe/fe-core/src/main/java/org/apache/doris/analysis/ShowTableStatsStmt.java @@ -341,9 +341,4 @@ public class ShowTableStatsStmt extends ShowStmt implements NotFallbackInParser } return new ShowResultSet(getMetaData(), result); } - - @Override - public RedirectStatus getRedirectStatus() { - return RedirectStatus.FORWARD_NO_SYNC; - } } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org