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