Merge pull request #40024 from ClickHouse/nickitat-patch-2

Update 02354_distributed_with_external_aggregation_memory_usage.sql
This commit is contained in:
Alexey Milovidov 2022-08-10 23:05:34 +03:00 committed by GitHub
commit 1dcc1c6b73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
-- Tags: long, no-tsan, no-msan, no-asan, no-ubsan, no-debug
-- Tags: long, no-tsan, no-msan, no-asan, no-ubsan, no-debug, no-s3-storage
create table t_2354_dist_with_external_aggr(a UInt64, b String, c FixedString(100)) engine = MergeTree order by tuple();