sydgeek commented on issue #10971: URL: https://github.com/apache/shardingsphere/issues/10971#issuecomment-904305801
@strongduanmu Hi, I found that class AlterViewStatement and class CreateViewStatement are very similar, however, their corresponding class XXXStatementContext constructors are different. If the CreateViewStatement is not an instance of MySQLStatement, Regardless of whether the SimpleTableSegment properties in the class CreateViewStatement are assigned, the properties in the TablesContext of the instantiated CreateViewStatementContext will be an empty collection. Is designed like this? Or it is a mistake. -- 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]
