lanchengx opened a new issue #13333:
URL: https://github.com/apache/shardingsphere/issues/13333


   The `shardingsphere-distsql-parser` module and 
`shardingsphere-sharding-distsql` in `shardingsphere-features` both define 
DistSQL syntax and implement related functions, but the directory structure is 
inconsistent, which increases the difficulty of understanding.
   
   Refer to `shardingsphere-sharding-distsql` structure
   ```
   ├── shardingsphere-sharding-distsql
   │    ├── shardingsphere-sharding-distsql-statement
   │    ├── shardingsphere-sharding-distsql-parser
   │    ├── shardingsphere-sharding-distsql-handler
   ```
   
   It is recommended that the previous `shardingsphere-distsql-parser` structure
   ```
   ├── shardingsphere-distsql-parser
   │    ├── shardingsphere-distsql-parser-statement
   │    ├── shardingsphere-distsql-parser-engine
   ```
   change into
   ```
   ├── shardingsphere-distsql
   │    ├── shardingsphere-distsql-engine
   │    ├── shardingsphere-distsql-parser
   │    ├── shardingsphere-distsql-statement
   ```
   
   Just to set the ball rolling, looking forward to a better idea


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