avamingli opened a new issue, #1218: URL: https://github.com/apache/cloudberry/issues/1218
### Apache Cloudberry version main ### What happened <img width="3400" height="1944" alt="Image" src="https://github.com/user-attachments/assets/4c16a865-37f4-49f5-993f-6ec1e3247bcc" /> ### What you think should happen instead _No response_ ### How to reproduce ```sql gpadmin=# create table t_random(id int) distributed randomly; CREATE TABLE gpadmin=# create table t_replicated as select random() from t_random distributed replicated; FATAL: Unexpected internal error (assert.c:48) DETAIL: FailedAssertion("!IsA(lefttree, Motion)", File: "createplan.c", Line: 7773) server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request. The connection to the server was lost. Attempting reset: Succeeded. psql (14.4, server 14.4) ``` ### Operating System Ubuntu ### 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]
