hw118118 opened a new issue, #1400: URL: https://github.com/apache/cloudberry/issues/1400
### Apache Cloudberry version main ### What happened Crash when SELECT INTO with Readable CTE ### What you think should happen instead In https://github.com/apache/cloudberry/pull/1215 bugfix, it ignore only one WITH clause per query level. ### How to reproduce with test_cte as (select 1 as t) select * into TEMPORARY TABLE cte_temp from test_cte; ### Operating System Rocky Linux ### Anything else _No response_ ### Are you willing to submit PR? - [x] Yes, I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/cloudberry/blob/main/CODE_OF_CONDUCT.md). -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
