terrymanu commented on issue #31493: URL: https://github.com/apache/shardingsphere/issues/31493#issuecomment-5387176431
Hi @iamhucong, thanks for reporting this. All valid Doris SQL cases listed in this issue can now be parsed successfully on the current master, so this issue can be closed as completed. We verified every case against the latest master: - All 7 Doris `CREATE TABLE` statements (DUPLICATE/UNIQUE/AGGREGATE KEY, RANGE partitions with both `VALUES LESS THAN` and `VALUES [(...), (...))` forms, `DISTRIBUTED BY HASH ... BUCKETS`, `PROPERTIES`, inline `INDEX ... USING INVERTED`, `ENGINE=olap`) now parse into `CreateTableStatement` without errors. - Regression coverage already exists in `test/it/parser/src/main/resources/sql/supported/ddl/create-table.xml`, including cases identical to the ones listed here (for example `create_table_unique_key_with_multi_columns_hash_doris`, `create_table_inverted_index_doris`, `create_table_with_hll_and_bitmap_type_doris`). - The remaining 3 entries (`‥types: [DATE]`) are web-scraping artifacts rather than valid SQL, so per the issue process they are ignored. I will close this issue as completed. Thanks to everyone who contributed to Doris SQL parsing 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]
