mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-18 04:12:19 +00:00
fix the test
This commit is contained in:
parent
15564f32b2
commit
708f280605
@ -1,4 +1,5 @@
|
|||||||
<test>
|
<test>
|
||||||
<query>SELECT sumIf(1, 0) FROM numbers(100000000)</query>
|
<!-- Shouldn't have been a perf test, but an EXPLAIN one. -->
|
||||||
<query>SELECT sumIf(1, 1) FROM numbers(100000000)</query>
|
<query>SELECT sumIf(1, 0) FROM numbers(1000000000)</query>
|
||||||
|
<query>SELECT sumIf(1, 1) FROM numbers(1000000000)</query>
|
||||||
</test>
|
</test>
|
||||||
|
Loading…
Reference in New Issue
Block a user