tristaZero commented on a change in pull request #4916: add tableReferences in
selectStatement
URL:
https://github.com/apache/incubator-shardingsphere/pull/4916#discussion_r397740777
##########
File path:
shardingsphere-sql-parser/shardingsphere-sql-parser-statement/src/main/java/org/apache/shardingsphere/sql/parser/sql/statement/dml/SelectStatement.java
##########
@@ -44,6 +45,8 @@
private ProjectionsSegment projections;
+ private final Collection<TableReferenceSegment> tableReferences = new
LinkedList<>();
Review comment:
Why do not you delete them right now?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services