Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
1 of 2 tasks
shmiwy opened this issue Jan 12, 2024 · 2 comments
Closed
1 of 2 tasks

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

shmiwy opened this issue Jan 12, 2024 · 2 comments
Assignees
Labels
type: Bug Something isn't working

Comments

@shmiwy
Copy link

shmiwy commented Jan 12, 2024

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

@shmiwy shmiwy added the type: Bug Something isn't working label Jan 12, 2024
@shmiwy
Copy link
Author

shmiwy commented Jan 12, 2024

words.sql.gz

@avamingli
Copy link
Collaborator

Fixed by #365

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants