mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Check that totals correctly calculated in 01865_aggregator_overflow_row
Change aggregation function to uniqCombined() to check this.
This commit is contained in:
parent
4cecc238d6
commit
f1aebbe927
@ -9,4 +9,4 @@
|
||||
1
|
||||
1
|
||||
|
||||
10000
|
||||
10020
|
||||
|
@ -1,4 +1,4 @@
|
||||
SELECT count()
|
||||
SELECT uniqCombined(number)
|
||||
FROM numbers(10000)
|
||||
GROUP BY number
|
||||
WITH TOTALS
|
||||
|
Loading…
Reference in New Issue
Block a user