terrymanu commented on issue #31506: URL: https://github.com/apache/shardingsphere/issues/31506#issuecomment-5450762188
Hi @Nikk8091, thanks for the willingness to contribute. All Doris SQL cases tracked in this issue are already supported on the current master, so there is no remaining item to pick up. - `BITOR()`, `ARRAY_LAST(lambda, array)` with lambda-expression grammar, and `MAX([DISTINCT | ALL] ...) OVER (...)` were added in #39519, which also added Doris parser test cases for `bitmap_to_string()`. - `HEX()` and `LOCATE()` are parsed through the generic function-call grammar and are already covered by the `select_hex` and `select_locate` sql-cases for Doris. - `INSTALL PLUGIN FROM "/home/users/doris/auditdemo.zip"` was implemented in #37402 with the exact test case from this issue. Since every listed case is covered, this issue is complete and I will close it. Please feel free to pick up another `good first issue` if you would like to keep contributing. -- 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]
