dadahelloworld opened a new issue #6913: URL: https://github.com/apache/incubator-doris/issues/6913
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version PALO-0.14.13.1 ### What's Wrong? select t1.uid, t1.tuid from ( select "from" as uid,"to" as tuid from table1 partition(p20211021) ) t1 LEFT JOIN ( select "from" as uid,"to" as tuid from table2 partition(p20211021) ) t2 ON t1.uid = t2.uid AND t1.tuid = t2.tuid WHERE t2.uid IS NULL ### What You Expected? sql中关键字应该使用反引号`将关键字包住,不应该用双引号,可是感觉如果使用双引号,可以报一个语法错误类似的报错,不太应该直接把be节点挂掉。。。。 ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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