wyxxxcat commented on PR #44958: URL: https://github.com/apache/doris/pull/44958#issuecomment-2519080580
> the right way to fix it is escaping comment string. the current way could not process double quote in comment correctly. why can't I use \\" to escape correctly, can you describe it in more detail? ``` mysql> show create table t\G; *************************** 1. row *************************** Table: t Create Table: CREATE TABLE `t` ( `timestamp` date NOT NULL COMMENT "xxx\"xx\"x" ) ENGINE=OLAP DUPLICATE KEY(`timestamp`) DISTRIBUTED BY RANDOM BUCKETS AUTO PROPERTIES ( "replication_allocation" = "tag.location.default: 1", ); 1 row in set (0.00 sec) ``` -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org