TeslaCN commented on code in PR #17820: URL: https://github.com/apache/shardingsphere/pull/17820#discussion_r877979543
########## shardingsphere-distsql/shardingsphere-distsql-statement/src/main/java/org/apache/shardingsphere/distsql/parser/statement/rql/show/CountDatabaseRulesStatement.java: ########## @@ -19,15 +19,15 @@ import lombok.Getter; import org.apache.shardingsphere.distsql.parser.subject.DistSQLSubjectTypeEnum; -import org.apache.shardingsphere.sql.parser.sql.common.segment.generic.SchemaSegment; +import org.apache.shardingsphere.sql.parser.sql.common.segment.generic.DatabaseSegment; /** * Count schema rules statement. Review Comment: Missed here. -- 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]
