taku-hua commented on issue #20632:
URL: 
https://github.com/apache/shardingsphere/issues/20632#issuecomment-1899862984

   actually  it don't support,  i use 4.1.1 。  
   the sql is like below  
   ```sql
   insert  into tabel1 (id, name) select id,'#{name}' from tableB
   ```
   and it throw a nullpointerException from tree.visit(this) in 
   
   ```java
   org.apache.shardingsphere.sql.parser.autogen.MySQLStatementParser
   @Override
                public <T> T accept(ParseTreeVisitor<? extends T> visitor) {
                        if ( visitor instanceof MySQLStatementVisitor ) return 
((MySQLStatementVisitor<? extends T>)visitor).visitInsert(this);
                        else return visitor.visitChildren(this);
                }
   
   ```
   


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

Reply via email to