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/02/13 06:45:59 UTC

[GitHub] [incubator-shardingsphere] tristaZero removed a comment on issue #3914: Optimization for Sharing Parser with ANTLR Visitor for MySQL

tristaZero removed a comment on issue #3914: Optimization for Sharing Parser with ANTLR Visitor for MySQL
URL: https://github.com/apache/incubator-shardingsphere/issues/3914#issuecomment-583220969
 
 
   Here are some remaining task from my position,
   
   MySQL visitor progress: 
   - DAL  **(In charge of @jingshanglu)**
     - [x] Optimizations points from #4117
     - [x] set
     - [x] show
   - DCL  **(in the charge of @tianbin1001 and @beijing-penguin)**
     - [x] grant-user
     - [x] revoke
     - [x] set-defualt-role
     - [x] set-role
   - DDL  **(in the charge of @SteNicholas)**
     - [x] Consider to simply `visitCreateTable` in `MySQLDDLVisitor`
     - [x] Consider to simply `visitAlterTable` in `MySQLDDLVisitor`
     - [x] Consider to simply `createColumnDefinitionSegment` in `MySQLDDLVisitor`
   - DML **(in the charge of @tristaZero)**
     - [x] long-sql
     - [x] select
     - [x] select-aggregate
     - [x] select-expression
     - [ ] select-group-by
     - [x] select-join
     - [x] select-or
     - [x] select-order-by
     - [x] select-pagination
     - [ ] select-pagination-group-by-order-by
     - [x] select-sub-query
   - TCL **(in the charge of @dongzl )**
   Congrats for you!
   

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