gavinchou commented on code in PR #65859:
URL: https://github.com/apache/doris/pull/65859#discussion_r3735320759
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/DropStreamCommand.java:
##########
@@ -57,6 +58,9 @@ public void run(ConnectContext ctx, StmtExecutor executor)
throws Exception {
* validate
*/
public void validate(ConnectContext ctx) throws AnalysisException {
+ if (Config.isCloudMode() && !forceDrop) {
+ throw new AnalysisException("Cloud Table Stream only supports DROP
STREAM ... FORCE");
Review Comment:
why?
--
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]