From 1f46f48d7df7e37398bbf67cc993c3094ff05a0a Mon Sep 17 00:00:00 2001 From: Igor Nikonov Date: Thu, 7 Jul 2022 07:57:05 +0000 Subject: [PATCH] Fix: remove heeavy performance tests, introduced within this PR --- tests/performance/order_by_tuple.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/performance/order_by_tuple.xml b/tests/performance/order_by_tuple.xml index bb6c4b205e3..74588e96869 100644 --- a/tests/performance/order_by_tuple.xml +++ b/tests/performance/order_by_tuple.xml @@ -1,5 +1,3 @@ select * from numbers(300000000) order by (1 - number , number + 1 , number) limit 10; - SELECT * FROM hits_100m_single ORDER BY (CounterID, EventDate) format Null - SELECT * FROM hits_100m_single ORDER BY (CounterID, EventDate, URL) format Null