ThanoshanMV commented on pull request #13709:
URL: https://github.com/apache/shardingsphere/pull/13709#issuecomment-975302289


   > What will happen if you add `crateTable` in explainableStatement.
   
   @tuichenchuxin If we add `createTable` in `explainableStatement`, then 
standard `CREATE TABLE` statements other than `CREATE REMOTE TABLE AS SELECT` 
and `CREATE TABLE AS SELECT` would be parsed by `explain` grammar. For example, 
`EXPLAIN CREATE TABLE t_log(id int PRIMARY KEY, status varchar(10))` would be 
parsed but according to the documentation it should not be parsed. 
   


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