totalo commented on code in PR #25377:
URL: https://github.com/apache/shardingsphere/pull/25377#discussion_r1179969769
##########
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:
done.
##########
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:
fixed.
--
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]