terrymanu commented on issue #31474: URL: https://github.com/apache/shardingsphere/issues/31474#issuecomment-5327332238
Hi @POSSIBLEwbwb, thanks for the offer. I've verified all the SQL cases listed in this issue against current master, and they are all supported already, so we can close this one. - `DROP GLOBAL FUNCTION my_add(INT, INT)` was fixed in #38108. - All `CANCEL ALTER TABLE COLUMN/ROLLUP FROM ...` variants (including qualified names like `example_db.my_table` and optional job ID lists) were fixed in #38113, with grammar `CANCEL ALTER TABLE (COLUMN | MATERIALIZED VIEW | ROLLUP) FROM tableName jobIdList?` and test cases in `cancel-alter-table.xml`. - `DROP REPOSITORY` was fixed in #38086, covered by the `drop_repository` case in `drop.xml`. - The remaining list items like `DROP, FUNCTION` and `CANCEL, ALTER, TABLE, CANCEL ALTER` are keyword lists from the Doris docs page, not SQL statements to support. #39499 adds a few supplementary parser test cases for the qualified-name variants; merging it is welcome but not required for closure. If you would still like to contribute, the umbrella issue #31462 has more unchecked Doris SQL cases to pick up. Thanks again for the interest! -- 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]
