Logout-y opened a new issue, #28696: URL: https://github.com/apache/doris/issues/28696
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 2.0.2 ### What's Wrong? 创建test用户,并授权 `create user test idenified by 'test'; grant all on *.* to test; grant all on *.*.* to test;` 执行with as类型语句 `WITH aa AS ( SELECT * FROM numbers ( "number" = "24" ) ) select * from aa;` 报错 `ERROR 1105 (HY000): errCode = 2, detailMessage = Unexpected exception: null` fe.log报错  ### What You Expected? 解决这个问题 ### How to Reproduce? 创建test用户,并授权 `create user test idenified by 'test'; grant all on *.* to test; grant all on *.*.* to test;` 执行with as类型语句 `WITH aa AS ( SELECT * FROM numbers ( "number" = "24" ) ) select * from aa;` ### 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.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