terrymanu commented on issue #31470: URL: https://github.com/apache/shardingsphere/issues/31470#issuecomment-5327985636
Hi @iamhucong, thanks for putting this list together. All the Doris syntax listed in this issue is now supported on the current master, so we can close it as completed: - `ALTER TABLE ... RENAME` — #37537 - `CREATE DATABASE` and `CREATE DATABASE ... PROPERTIES (...)` — #38443 - `SYNC` — #38063 - `REGEXP` / `NOT REGEXP` — covered by the `bitExpr NOT? (REGEXP | RLIKE) bitExpr` rule, with Doris cases in `select-expression.xml` - `CANCEL MATERIALIZED VIEW TASK` — #38646 - `array_cum_sum(...)` parses through the generic function-call rule, and per the issue description cases that already parse need no extra test file Closing this issue as completed. Feel free to reopen it or file a new one if any Doris statement still 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]
