mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Fix 2024_merge_regexp_assert
This commit is contained in:
parent
15e80ead3f
commit
8163b3f7f6
@ -1,3 +1,6 @@
|
||||
-- Tags: no-parallel
|
||||
-- (databases can be removed in background, so this test should not be run in parallel)
|
||||
|
||||
DROP TABLE IF EXISTS t;
|
||||
CREATE TABLE t (b UInt8) ENGINE = Memory;
|
||||
SELECT a FROM merge(REGEXP('.'), '^t$'); -- { serverError 47 }
|
||||
|
Loading…
Reference in New Issue
Block a user