RaigorJiang commented on a change in pull request #14443:
URL: https://github.com/apache/shardingsphere/pull/14443#discussion_r777182220
##########
File path:
shardingsphere-sql-parser/shardingsphere-sql-parser-statement/src/main/java/org/apache/shardingsphere/sql/parser/sql/common/statement/ddl/DropDatabaseStatement.java
##########
@@ -30,5 +30,7 @@
@ToString
public abstract class DropDatabaseStatement extends AbstractSQLStatement
implements DDLStatement {
+ private boolean containsNotExistClause;
Review comment:
`containsExistClause`
--
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]