terrymanu commented on issue #31485: URL: https://github.com/apache/shardingsphere/issues/31485#issuecomment-5387162496
Hi @iamhucong, thanks for reporting this. All remaining SQL cases listed in this issue are now supported on the current master, so we can close it as completed. Verification on master: - `element_at` and `arr[position]`: covered by the Doris-specific array subscript grammar (`columnRef [ expr ]`) and the `select_element_at` sql-case. - `LTRIM`: covered by the `select_ltrim_function` sql-case for Doris. - `RANK() OVER (PARTITION BY ... ORDER BY ...)`: covered by the window-function grammar and the `select_window_rank_doris` sql-case. - `EXTRACT_URL_PARAMETER`: covered by the dedicated grammar rule and the `select_extract_url_parameter` sql-case. - `ADMIN CANCEL REPAIR TABLE tbl PARTITION(p1)`: covered by the `ADMIN CANCEL REPAIR` grammar rule with the optional `PARTITION` clause and its sql-cases. - `SWITCH` and `CREATE INDEX ... USING INVERTED` were already checked as done. Since every listed case now parses on master with sql-cases and assertions in place, I am closing this issue as completed. Any new Doris parsing gaps can be tracked in new issues. Thanks again for the community contribution! -- 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]
