terrymanu commented on issue #31462:
URL:
https://github.com/apache/shardingsphere/issues/31462#issuecomment-5327881464
Hi @daguimu, thanks for the triage — your reading is correct.
I verified the remaining items against current master:
- `DROP FILE` is supported since #38050, with test cases in
`sql/supported/ddl/drop-file.xml`.
- `ADMIN CLEAN TRASH ON ("ip:port", ...)` is supported since #38379; the
`adminCleanTrash` rule in `DALStatement.g4` covers the optional `ON (...)`
clause and `admin-clean-trash.xml` contains the exact backend-list case.
- Both `BACKUP SNAPSHOT` variants are supported since #38293;
`backupScope`/`backupTableSpec` handle `ON (...)`, `PARTITION (...)` and
`PROPERTIES`, with exact cases in `backup.xml`.
- `ST_Area_Square_Meters()` / `ST_Area_Square_Km()` are regular function
calls parsed through the generic `functionCall` path, so no dedicated grammar
rule is needed.
All ten items in this list are now covered on master. I am ticking the
remaining checkboxes and closing this issue as completed. A similar sweep on
the other Doris umbrella issues (#31470, #31472, #31473, #31474, #31475) would
be welcome.
--
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]