This is an automated email from the ASF dual-hosted git repository. starocean999 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 3c362e917c7 [fix](planner)show tablet command return wrong result when having limit and offset (#43768) add 153c98ad1e2 [refactor](nereids)make Forward/NoForward extends Redirect interface (#43714) No new revisions were added by this update. Summary of changes: .../apache/doris/nereids/trees/plans/commands/Forward.java | 5 +---- .../apache/doris/nereids/trees/plans/commands/NoForward.java | 8 +++++++- .../commands/{NeedAuditEncryption.java => Redirect.java} | 12 +++++------- .../doris/nereids/trees/plans/commands/ShowCommand.java | 8 +++++++- .../src/main/java/org/apache/doris/qe/StmtExecutor.java | 5 +++-- 5 files changed, 23 insertions(+), 15 deletions(-) copy fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/{NeedAuditEncryption.java => Redirect.java} (87%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org