From 935b223f95575a878632c227013059152707a03f Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Sun, 16 Jun 2019 12:16:54 +0300 Subject: [PATCH] Fixed performance test --- dbms/tests/performance/number_formatting_formats.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbms/tests/performance/number_formatting_formats.xml b/dbms/tests/performance/number_formatting_formats.xml index c40e74884f5..7c9c4ea0fe9 100644 --- a/dbms/tests/performance/number_formatting_formats.xml +++ b/dbms/tests/performance/number_formatting_formats.xml @@ -2,7 +2,7 @@ number_formatting_formats loop - CREATE TABLE IF NOT EXISTS table_{format} (x UInt64) ENGINE = File({format}) + CREATE TABLE IF NOT EXISTS table_{format} (x UInt64) ENGINE = File(`{format}`)