This is an automated email from the ASF dual-hosted git repository. starocean999 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new d775eb71720 [fix](nereids) SqlBlockRuleCommand should implement ForwardWithSync (#45234) d775eb71720 is described below commit d775eb717208aa385d59d419f3177dd004bb6459 Author: starocean999 <li...@selectdb.com> AuthorDate: Thu Dec 12 10:32:38 2024 +0800 [fix](nereids) SqlBlockRuleCommand should implement ForwardWithSync (#45234) --- .../apache/doris/nereids/trees/plans/commands/SqlBlockRuleCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/SqlBlockRuleCommand.java b/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/SqlBlockRuleCommand.java index 785da1aeb58..47be7f96b26 100644 --- a/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/SqlBlockRuleCommand.java +++ b/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/SqlBlockRuleCommand.java @@ -36,7 +36,7 @@ import java.util.Optional; /** * Common class for SqlBlockRule Commands. */ -public abstract class SqlBlockRuleCommand extends Command { +public abstract class SqlBlockRuleCommand extends Command implements ForwardWithSync { public static final String SQL_PROPERTY = "sql"; public static final String SQL_HASH_PROPERTY = "sqlHash"; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org