You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/03/27 03:57:41 UTC

[GitHub] [incubator-shardingsphere] tristaZero commented on a change in pull request #4961: fix selectStatement contained tableReferences for other db

tristaZero commented on a change in pull request #4961: fix selectStatement contained tableReferences for other db
URL: https://github.com/apache/incubator-shardingsphere/pull/4961#discussion_r399021863
 
 

 ##########
 File path: shardingsphere-sql-parser/shardingsphere-sql-parser-statement/src/main/java/org/apache/shardingsphere/sql/parser/sql/statement/dml/SelectStatement.java
 ##########
 @@ -41,10 +40,10 @@
 @Setter
 public final class SelectStatement extends DMLStatement {
     
-    private final Collection<TableSegment> tables = new LinkedList<>();
-    
     private ProjectionsSegment projections;
     
+    private final Collection<TableSegment> tables = new LinkedList<>();
+    
 
 Review comment:
   Sorry, `tables` was just moved below?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services