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-10 09:33:08 +08:00
2022-08-19 10:57:55 +08:00
2022-08-17 22:45:53 +08:00
2022-08-17 22:45:53 +08:00
2022-08-17 22:45:53 +08:00
2023-03-02 17:53:13 +08:00
2023-02-06 11:29:15 +08:00
2022-12-16 17:08:29 +08:00
2023-03-15 09:56:44 +08:00
2023-01-11 17:18:44 +08:00
2022-11-22 21:35:18 +08:00
2023-03-07 08:50:33 +08:00
2023-01-13 18:34:09 +08:00
2023-02-24 15:27:34 +08:00
2023-02-18 20:39:56 +08:00
2023-01-17 11:34:41 +08:00
2023-03-10 11:52:22 +08:00
2023-02-19 15:11:54 +08:00
2023-02-28 14:29:56 +08:00
2023-03-21 08:56:19 +08:00
2023-02-28 10:57:37 +08:00
2023-03-17 11:26:06 +08:00
2023-01-13 23:12:02 +08:00
2023-03-01 20:55:56 +08:00
2022-08-17 22:45:53 +08:00
2022-09-23 09:10:33 +08:00
2022-08-17 22:45:53 +08:00
2022-08-17 22:45:53 +08:00
2022-08-17 22:45:53 +08:00
2022-11-22 21:35:18 +08:00
2022-08-17 22:45:53 +08:00
2022-08-17 22:45:53 +08:00