diff --git a/tests/performance/jit_aggregate_functions.xml b/tests/performance/jit_aggregate_functions.xml index 8abb901439a..a16b81f610c 100644 --- a/tests/performance/jit_aggregate_functions.xml +++ b/tests/performance/jit_aggregate_functions.xml @@ -30,7 +30,7 @@ - CREATE TABLE jit_test_merge_tree_nullable ( + CREATE TABLE jit_test_memory_nullable ( key UInt64, value_1 Nullable(UInt64), value_2 Nullable(UInt64), @@ -42,7 +42,7 @@ - CREATE TABLE jit_test_memory_nullable ( + CREATE TABLE jit_test_merge_tree_nullable ( key UInt64, value_1 Nullable(UInt64), value_2 Nullable(UInt64),