mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
Fix fast test
This commit is contained in:
parent
40e0192bbc
commit
4c7c07ee7a
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user