terrymanu commented on issue #31471: URL: https://github.com/apache/shardingsphere/issues/31471#issuecomment-5331326683
Hi @iamhucong, thanks for tracking these Doris parsing cases. All of them are now supported on master, so we can close this issue as completed. - `CREATE ROUTINE LOAD` (including the `PROPERTIES (...)` and `FROM KAFKA (...)` clauses and the full example) is supported since #38137. - `CANCEL MATERIALIZED VIEW TASK` is supported since #38646. - The two `bitmap_intersect` SELECT cases are already parsed by the existing SELECT grammar, as checked above. - The remaining unchecked items (`KeysType: AGG_KEY ...` and the two `Note: ...` lines) are descriptive text scraped from the Doris docs rather than SQL statements, so there is nothing to parse. Closing this issue as completed. Feel free to reopen it if any Doris case still fails to parse on the latest master. -- 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]
