-
Notifications
You must be signed in to change notification settings - Fork 196
Closed
Labels
type: BugSomething isn't workingSomething isn't working
Description
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?
- Yes, I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct.
Metadata
Metadata
Assignees
Labels
type: BugSomething isn't workingSomething isn't working