You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/02/28 07:12:38 UTC

[GitHub] [shardingsphere] lanchengx commented on a change in pull request #15640: Add IF EXISTS keyword to DROP SHARDING ALGORITHM;

lanchengx commented on a change in pull request #15640:
URL: https://github.com/apache/shardingsphere/pull/15640#discussion_r815627252



##########
File path: shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-distsql/shardingsphere-sharding-distsql-statement/src/main/java/org/apache/shardingsphere/sharding/distsql/parser/statement/DropShardingAlgorithmStatement.java
##########
@@ -30,5 +30,12 @@
 @Getter
 public final class DropShardingAlgorithmStatement extends DropRuleStatement {
     
+    private final boolean containsExistsClause;
+    

Review comment:
       Hi, in the latest code `containsExistsClause` has been added in the `DropStatement`




-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org