Skip to content

[Bug] Copy from will fail when talble is ao_row #364

@shmiwy

Description

@shmiwy

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

Metadata

Metadata

Assignees

Labels

type: BugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions