RaigorJiang commented on a change in pull request #14082:
URL: https://github.com/apache/shardingsphere/pull/14082#discussion_r769304876



##########
File path: 
shardingsphere-features/shardingsphere-db-discovery/shardingsphere-db-discovery-distsql/shardingsphere-db-discovery-distsql-parser/src/main/antlr4/imports/db-discovery/RQLStatement.g4
##########
@@ -22,7 +22,14 @@ import Keyword, Literals, Symbol;
 showDatabaseDiscoveryRules
     : SHOW DB_DISCOVERY RULES (FROM schemaName)?
     ;
-
+    
+showDatabaseDiscoveryTypes
+    : SHOW DB_DISCOVERY TYPES (FROM schemaName)?
+    ;
+    
+showDatabaseDiscoveryHeartbeats
+    : SHOW DB_DISCOVERY HEARTBEATS (FROM schemaName)?
+    ;
 schemaName

Review comment:
       Need a blank line before `schemaName `




-- 
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]


Reply via email to