HappenLee
7b93c17364
[Bug][Fix] regexp function core dump DCHECK failed and error result (#17953)
CREATE TABLE `test` (
`name` varchar(64) NULL,
`age` int(11) NULL
) ENGINE=OLAP
DUPLICATE KEY(`name`)
COMMENT 'OLAP'
DISTRIBUTED BY HASH(`name`) BUCKETS 1
PROPERTIES (
"replication_allocation" = "tag.location.default: 1",
"in_memory" = "false",
"storage_format" = "V2",
"disable_auto_compaction" = "false"
);
insert into `test` values ("lemon",1),("tom",2);
select a.name regexp concat('^', a.name) from test a;
2023-03-21 08:56:19 +08:00
..
2023-03-15 10:57:03 +08:00
2023-03-20 23:18:10 +08:00
2023-03-19 11:49:58 +08:00
2023-01-30 15:25:00 +08:00
2023-03-10 21:21:16 +08:00
2023-01-28 11:04:03 +08:00
2022-09-07 09:10:42 +08:00
2023-02-24 20:06:06 +08:00
2022-08-17 22:45:53 +08:00
2023-03-09 09:51:41 +08:00
2022-09-26 14:23:37 +08:00
2022-09-07 09:10:42 +08:00
2022-12-16 17:08:29 +08:00
2022-08-17 22:45:53 +08:00
2023-03-01 12:28:41 +08:00
2022-11-07 11:50:55 +08:00
2022-08-17 22:45:53 +08:00
2023-03-21 08:56:19 +08:00
2022-12-16 17:08:29 +08:00
2023-01-12 13:59:21 +08:00
2023-02-28 17:30:23 +08:00
2023-01-03 21:14:50 +08:00