- Hardware parameters:
- OS type:
- Others:
table schema:
CREATE TABLE `table_basic_for_load_100M` (
`col1` tinyint(4) NULL,
`col2` smallint(6) NULL,
`col3` int(11) NULL,
`col4` bigint(20) NULL,
`col5` smallint(6) NULL,
`col6` int(11) NULL,
`col7` bigint(20) NULL,
`col8` largeint(40) NULL,
`col9` float NULL,
`col10` double NULL,
`col11` varchar(255) NULL,
`col12` date NULL,
`col13` datetime NULL,
`col14` datetime NULL,
`col15` boolean NULL,
`col16` DECIMAL(16, 6) NULL,
`col17` text NULL,
`col18` json NULL,
`col19` text NULL,
`col20` text NULL,
`col21` text NULL,
`col22` text NULL,
`col23` text NULL,
`col24` text NULL,
`col25` text NULL
);
Is there an existing issue for the same bug?
Branch Name
main
Commit ID
5078085
Other Environment Information
Actual Behavior
job url:
https://github.com/matrixorigin/mo-nightly-regression/actions/runs/7709943518/job/21012208316
Expected Behavior
Steps to Reproduce
Additional information
No response