terrymanu commented on issue #31488: URL: https://github.com/apache/shardingsphere/issues/31488#issuecomment-5331313433
Hi @iamhucong, thanks for the question. All Doris SQL cases listed in this issue are now supported on master, so this issue can be closed as completed. - `ALTER TABLE example_table RENAME COLUMN c1 c2` and all four `ALTER STORAGE POLICY ... PROPERTIES` variants (`cooldown_datetime`, `cooldown_ttl` with `10000` / `1h` / `3d`) are supported with grammar and parser test cases in #37537. - The `DENSE_RANK()` window function is covered by the Doris `select_window` test case added in #37866. - `ADMIN SET REPLICA STATUS PROPERTIES(...)` is supported with parser test cases in #38349. - `SELECT HLL_CARDINALITY(uv_set) FROM test_uv` parses as a regular function without any code change (`HLL_CARDINALITY` is not a reserved keyword), so per the issue rules no extra test file is required. Closing this issue as completed. Feel free to reopen it or file a new one if any other Doris statement fails to parse. -- 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]
