terrymanu commented on issue #31459: URL: https://github.com/apache/shardingsphere/issues/31459#issuecomment-5330775155
Hi @iamhucong, thanks for reporting this. All Doris SQL cases listed in this issue are now supported by the ShardingSphere SQL parser, so we can close this issue as completed. The Doris `LOAD DATA` syntax (including `PARTITION`, `COLUMNS/LINES TERMINATED BY`, `IGNORE n LINES`, column lists and `PROPERTIES`) was implemented in #38368, and the `ALTER TABLE` column syntax (including `ADD COLUMN ... KEY/agg_type DEFAULT ... AFTER/FIRST`) was implemented in #38400. Both PRs have been merged into the current branch, with corresponding parser test cases added under `sql/supported/dml/load-data.xml` and `sql/supported/ddl/alter-table.xml`. Since then, Doris parsing support has kept improving (for example #39201 and #39056). If you find any Doris statement that still fails to parse on a recent version, please open a new issue with the SQL and version. Thanks again for helping improve Doris support! -- 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]
