Update 02354_distributed_with_external_aggregation_memory_usage.sql

This commit is contained in:
Alexander Tokmakov 2022-08-04 12:37:25 +03:00 committed by GitHub
parent a952a5dfe5
commit 1d67344ac8
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
-- Tags: long, no-tsan, no-msan, no-asan, no-ubsan, no-debug
create table t_2354_dist_with_external_aggr(a UInt64, b String, c FixedString(100)) engine = MergeTree order by tuple();