-
Notifications
You must be signed in to change notification settings - Fork 202
Closed
Labels
type: BugSomething isn't workingSomething isn't working
Description
Cloudberry Database version
version
-----------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
PostgreSQL 14.4 (Cloudberry Database 1.5.4+dev.106.g057f9d27525 build dev) on x86_64-pc-linux-gnu, compiled by gcc (Ub
untu 11.3.0-1ubuntu1~22.04.1) 11.3.0, 64-bit compiled on Jul 31 2024 17:59:22 (with assert checking)
(1 row)What happened
What you think should happen instead
No response
How to reproduce
- prepare a data file:
for i in {1..967}; do echo 2, 1 >> /tmp/a.csv;done
for i in {1..33}; do echo 2, $i >> /tmp/a.csv;done
echo 2, 1 >> /tmp/a.csv- create a partitioned table with more than 32 partitions:
create table px(a int, b int) partition by range(b) (start(1) end(34) every(1)) using ao_column distributed by (a);
CREATE TABLE- COPY FROM the data file
copy px from '/tmp/a.csv' (format csv);
ERROR: MPP detected 1 segment failures, system is reconnectedthen will see a coredump file on segment 0
Operating System
Ubuntu
Anything else
No response
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
