matrixorigin / matrixone

Hyperconverged cloud-edge native database

Home Page:https://docs.matrixorigin.cn/en

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Use shell script to insert data to mo report 'panic'.

Ariznawlll opened this issue · comments

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Branch Name

main

Commit ID

8c6b49f

Other Environment Information

- Hardware parameters:
- OS type:
- Others:

Actual Behavior

image

csv file: big_data_test.csv
shell: please contact me.

Expected Behavior

execute successfully.

Steps to Reproduce

1. mo 建db建表:
create database big_data_test;
use big_data_test;

CREATE TABLE `test_results` (
  `id` INT NOT NULL AUTO_INCREMENT,
  `test_path` VARCHAR(255) NOT NULL,
  `sql_query` TEXT NOT NULL,
  `execution_time` DATETIME NOT NULL,
  `status_code` INT NOT NULL,
  `duration` DECIMAL(5,2) NOT NULL,
  `result_status` VARCHAR(50) NOT NULL,
  PRIMARY KEY (`id`)
);

2. 创建csv文件(big_data_test.csv)
3. 执行脚本(./execute_big_data_test.sh)

Additional information

No response

还没看

commit:bb7c0d6b7d39bde942a3a70474a53f269fa74bdf
image

执行不会panic了,测试通过

commit:bb7c0d6b7d39bde942a3a70474a53f269fa74bdf
image

执行不会panic了,测试通过