starocean999 commented on code in PR #41913:
URL: https://github.com/apache/doris/pull/41913#discussion_r1804321266


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/Command.java:
##########
@@ -116,4 +116,14 @@ public String treeString() {
     public Plan withGroupExpression(Optional<GroupExpression> groupExpression) 
{
         throw new RuntimeException("Command do not implement 
withGroupExpression");
     }
+
+    public String toSql() {
+        return "";
+    }
+
+    public boolean needAuditEncryption() {
+        return false;
+    }
+
+    public void forwardToMaster(ConnectContext ctx) throws Exception {}

Review Comment:
   change name to afterForwardToMaster



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to