terrymanu commented on a change in pull request #4477: Parse mysql variable 
value for SET statement
URL: 
https://github.com/apache/incubator-shardingsphere/pull/4477#discussion_r386193740
 
 

 ##########
 File path: 
shardingsphere-sql-parser/shardingsphere-sql-parser-engine/src/main/java/org/apache/shardingsphere/sql/parser/sql/statement/dal/SetStatement.java
 ##########
 @@ -28,5 +31,6 @@
 @Setter
 public final class SetStatement extends DALStatement {
     
-    private VariableSegment variable;
+    private List<VariableExpr> variableExprList;
+    
 
 Review comment:
   Please remove useless blank line

----------------------------------------------------------------
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

Reply via email to