You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "strongduanmu (via GitHub)" <gi...@apache.org> on 2023/04/28 02:32:03 UTC

[GitHub] [shardingsphere] strongduanmu commented on a diff in pull request #25377: show table supports the full keyword

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


##########
sql-parser/statement/src/main/java/org/apache/shardingsphere/sql/parser/sql/dialect/statement/mysql/dal/MySQLShowTablesStatement.java:
##########
@@ -36,6 +36,8 @@ public final class MySQLShowTablesStatement extends AbstractSQLStatement impleme
     
     private ShowFilterSegment filter;
     
+    private Boolean hasFull;

Review Comment:
   Why not use boolean? And what about constainsFull?



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