strongduanmu commented on code in PR #28808:
URL: https://github.com/apache/shardingsphere/pull/28808#discussion_r1366509539
##########
parser/sql/statement/src/main/java/org/apache/shardingsphere/sql/parser/sql/common/statement/ddl/CreateTableStatement.java:
##########
@@ -36,7 +38,18 @@ public abstract class CreateTableStatement extends
AbstractSQLStatement implemen
private SimpleTableSegment table;
+ private SelectStatement selectStatement;
Review Comment:
Yes, commen segment should be moved to super class.
--
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]