matrixone icon indicating copy to clipboard operation
matrixone copied to clipboard

[Bug]: ddl include CompositePrimaryKey load data internal error: panic runtime error

Open heni02 opened this issue 3 years ago • 2 comments

Is there an existing issue for the same bug?

  • [X] I have checked the existing issues.

Environment

- Version or commit-id (e.g. v0.1.0 or 8b23a93):
- Hardware parameters:
- OS type:
- Others:

Actual Behavior

sql:create table cpk_table_1000w(clo1 tinyint,clo2 smallint,clo3 int,clo4 bigint,clo5 tinyint unsigned,clo6 smallint unsigned,clo7 int unsigned,clo8 bigint unsigned,col9 float,col10 double,col11 varchar(255),col12 Date,col13 DateTime,col14 timestamp,col15 bool,col16 decimal(5,2),col17 text,col18 varchar(255),col19 varchar(255),col20 varchar(255),primary key(col3, col19)); load data infile '/Users/heni/test_data/10000000_20_columns_load_data.csv' into table cpk_table_1000w fields terminated by ',' enclosed by '/"'; image only four records data also error image

Expected Behavior

No response

Steps to Reproduce

No response

Additional information

No response

heni02 avatar Oct 06 '22 06:10 heni02

this problem, I need one line about 10000000_20_columns_load_data

bbbearxyz avatar Oct 12 '22 08:10 bbbearxyz

the issue is same as issue #5464

bbbearxyz avatar Oct 12 '22 09:10 bbbearxyz

confirm,closed

heni02 avatar Oct 19 '22 07:10 heni02