From 05783f99cdbee81d1a47a7b2772c41271a007ab0 Mon Sep 17 00:00:00 2001 From: flynn Date: Sun, 28 May 2023 14:17:59 +0000 Subject: [PATCH] update test --- tests/performance/uniqExactIf.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/performance/uniqExactIf.xml b/tests/performance/uniqExactIf.xml index 24899660177..c79f9f000bb 100644 --- a/tests/performance/uniqExactIf.xml +++ b/tests/performance/uniqExactIf.xml @@ -1,3 +1,3 @@ - SELECT uniqExactIf(number, ) FROM numbers_mt(1e7) + SELECT uniqExactIf(number, ) FROM numbers_mt(1e6)