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/04/08 04:45:25 UTC

[GitHub] [shardingsphere] strongduanmu commented on a diff in pull request #16654: Support comment statement for pg/og

strongduanmu commented on code in PR #16654:
URL: https://github.com/apache/shardingsphere/pull/16654#discussion_r845732838


##########
shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-opengauss/src/main/java/org/apache/shardingsphere/sql/parser/opengauss/visitor/statement/impl/OpenGaussDDLStatementSQLVisitor.java:
##########
@@ -743,4 +745,9 @@ public ASTNode visitDropExtension(final DropExtensionContext ctx) {
     public ASTNode visitDeclare(final DeclareContext ctx) {
         return new OpenGaussDeclareStatement();
     }
+    
+    @Override
+    public ASTNode visitComment(final OpenGaussStatementParser.CommentContext ctx) {

Review Comment:
   Please use static import.



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