TeslaCN opened a new issue, #25862:
URL: https://github.com/apache/shardingsphere/issues/25862

   ## Enhancement
   
   ### Which version of ShardingSphere did you use?
   
   5.3.2
   
   ### Expected behavior
   
   ```sql
   alter table f add column inst_col bigint not null, algorithm=instant, 
lock=default;
   ```
   
   ALGORITHM and LOCK options could be retrieved in codes.
   
   ### Actual behavior
   
   ALGORITHM and LOCK options are not parsed.
   
   
![image](https://github.com/apache/shardingsphere/assets/20503072/203cb3f4-8916-4f4a-ae25-4481f2a19352)
   
   
   Statements:
   - [ ] ALTER TABLE
   - [ ] CREATE INDEX
   - [ ] DROP INDEX
   


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