terrymanu commented on issue #31480: URL: https://github.com/apache/shardingsphere/issues/31480#issuecomment-5328564639
Hi @iamhucong, thanks for the report. All remaining items in this issue are already supported by current ShardingSphere, so we can close it as completed. - `UNSET VARIABLE` family: fixed by #38074 with test cases. - `SYNC`: fixed by #38063, covered by the `sync` sql-case for Doris. - `USE db1`: covered by the existing `use_database` sql-case for Doris (#37668); the `USE databaseName` rule already exists in the Doris grammar. - `LIKE` / `NOT` / `NOT LIKE`: the Doris grammar already supports `bitExpr NOT? LIKE simpleExpr (ESCAPE simpleExpr)?`, so no code change is needed; per the issue process these cases only need an "already supported" comment. Closing this issue as completed. Thanks for everyone's 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]
