POSSIBLEwbwb opened a new pull request, #39499:
URL: https://github.com/apache/shardingsphere/pull/39499

   Fixes #31474.
   
   This PR verifies the remaining unchecked cases in #31474 on current master 
and adds test cases for the missing variants:
   
   - Added SQL parser test cases for CANCEL ALTER TABLE with qualified table 
name:
     - `CANCEL ALTER TABLE COLUMN FROM example_db.my_table`
     - `CANCEL ALTER TABLE ROLLUP FROM example_db.my_table`
     - `CANCEL ALTER TABLE ROLLUP FROM example_db.my_table (12801,12802)`
   - DROP REPOSITORY already has test coverage (`drop_repository` case), no 
change needed.
   - The keyword items (CANCEL, ALTER, TABLE, CANCEL ALTER) are keyword lists 
from the Doris docs page rather than SQL statements, so they are ignored.
   
   Changes:
   - test/it/parser/src/main/resources/sql/supported/ddl/cancel-alter-table.xml
   - test/it/parser/src/main/resources/case/ddl/cancel-alter-table.xml
   
   Verified by `mvn test -Dtest=InternalDorisParserIT`: 1266 tests run, 0 
failures.
   


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