mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Merge pull request #45307 from ClickHouse/tavplubix-patch-1
Disable 02028_create_select_settings with Ordinary
This commit is contained in:
commit
d361402347
@ -1 +1,3 @@
|
||||
-- Tags: no-ordinary-database
|
||||
|
||||
create table test_table engine MergeTree order by a as select a_table.a, b_table.b_arr from (select arrayJoin(range(10000)) as a) a_table cross join (select range(10000) as b_arr) b_table settings max_memory_usage = 1; -- { serverError MEMORY_LIMIT_EXCEEDED }
|
||||
|
Loading…
Reference in New Issue
Block a user