terrymanu commented on issue #31490: URL: https://github.com/apache/shardingsphere/issues/31490#issuecomment-5327586568
Hi @iamhucong, thanks for reporting this. All Doris SQL cases listed in this issue are now supported on the current master, so we can close it as completed. - The `CREATE SQL_BLOCK_RULE ... PROPERTIES` cases are supported by #37552, with `ALTER/DROP/SHOW SQL_BLOCK_RULE` additionally covered by #37817. - The `ALTER CATALOG catalog_name RENAME / SET PROPERTIES / MODIFY COMMENT` cases are supported by #37491. - The remaining function cases (`select ucase(...)`, `select null_or_empty(null)`, `select bitor(...)`) are ordinary function calls that are handled by the generic function rule of the Doris dialect, and they parse successfully on the current master, so no code change is needed for them. I will tick the remaining checkboxes and close this issue. If you can still reproduce a parse failure on the latest version, please feel free to reopen it with the SQL and the error details. -- 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]
