terrymanu commented on issue #31466: URL: https://github.com/apache/shardingsphere/issues/31466#issuecomment-5331283366
Hi @iamhucong, thanks for reporting this. All the Doris SQL listed here is supported by current ShardingSphere, so we are closing this issue as completed. - `REFRESH CATALOG` / `REFRESH DATABASE` / `REFRESH TABLE` (including catalog- and database-qualified names) have been supported since #36446, and all variants are covered by test cases in `sql/supported/dal/refresh.xml`. - `CREATE TABLE ... LIKE` (including `WITH ROLLUP`) is supported by the Doris `createLikeClause` rule; the exact example `CREATE TABLE test1.table2 LIKE test1.table1` is covered in `sql/supported/ddl/create-table.xml`. - Array functions such as `size()`, `array_size()` and `cardinality()` are ordinary scalar functions parsed by the generic function call rule. - The LOAD family is covered by #38368 (MYSQL LOAD), #38441 (BROKER LOAD), #38389 (SHOW LOAD) and #38468 (CANCEL LOAD / SHOW LOAD WARNINGS); MULTI LOAD itself is an HTTP-based operation rather than an SQL statement, so it is out of SQL parser scope. Feel free to open a new issue with a concrete SQL sample if any Doris statement still fails to parse on the latest release. Thanks again for your 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]
