Fix fast test

This commit is contained in:
Kruglov Pavel 2022-08-10 13:15:56 +02:00 committed by GitHub
parent 40e0192bbc
commit 4c7c07ee7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
-- Tags: no-fasttest
SELECT 'uniqTheta union test';
select finalizeAggregation(uniqThetaUnion(a, b)), finalizeAggregation(a), finalizeAggregation(b) from (select arrayReduce('uniqThetaState',[]) as a, arrayReduce('uniqThetaState',[]) as b );