Cloudberry Database version
No response
What happened
ubuntu=# set default_table_access_method to ao_row;
ubuntu=# create table t(a bigint, b text);
ubuntu=# copy t from '/code/words.sql';
ERROR: MPP detected 3 segment failures, system is reconnected
What you think should happen instead
copy with no error
How to reproduce
ubuntu=# set default_table_access_method to ao_row;
ubuntu=# create table t(a bigint, b text);
ubuntu=# copy t from '/code/words.sql';
Operating System
ubuntu22
Anything else
appendonlyam_handler.c:286 assert failed
Are you willing to submit PR?
Code of Conduct
Cloudberry Database version
No response
What happened
What you think should happen instead
copy with no error
How to reproduce
Operating System
ubuntu22
Anything else
appendonlyam_handler.c:286 assert failed
Are you willing to submit PR?
Code of Conduct