mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
forgot abs()
This commit is contained in:
parent
a12cc5f559
commit
f3ca9db832
@ -1,4 +1,4 @@
|
|||||||
<test>
|
<test max_ignored_relative_change="0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<test max_ignored_relative_change="0.2">
|
<test max_ignored_relative_change="0.3">
|
||||||
<create_query>
|
<create_query>
|
||||||
CREATE TABLE simple_direct_dictionary_test_table
|
CREATE TABLE simple_direct_dictionary_test_table
|
||||||
(
|
(
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<test>
|
<test max_ignored_relative_change="0.2">
|
||||||
<substitutions>
|
<substitutions>
|
||||||
<substitution>
|
<substitution>
|
||||||
<name>expr</name>
|
<name>expr</name>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<test max_ignored_relative_change="0.2">
|
<test max_ignored_relative_change="0.3">
|
||||||
<query>SELECT count() FROM zeros(10000000) WHERE NOT ignore(rand() % 2 ? ['Hello', 'World'] : ['a', 'b', 'c'])</query>
|
<query>SELECT count() FROM zeros(10000000) WHERE NOT ignore(rand() % 2 ? ['Hello', 'World'] : ['a', 'b', 'c'])</query>
|
||||||
<query>SELECT count() FROM zeros(10000000) WHERE NOT ignore(rand() % 2 ? materialize(['Hello', 'World']) : ['a', 'b', 'c'])</query>
|
<query>SELECT count() FROM zeros(10000000) WHERE NOT ignore(rand() % 2 ? materialize(['Hello', 'World']) : ['a', 'b', 'c'])</query>
|
||||||
<query>SELECT count() FROM zeros(10000000) WHERE NOT ignore(rand() % 2 ? ['Hello', 'World'] : materialize(['a', 'b', 'c']))</query>
|
<query>SELECT count() FROM zeros(10000000) WHERE NOT ignore(rand() % 2 ? ['Hello', 'World'] : materialize(['a', 'b', 'c']))</query>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<test max_ignored_relative_change="0.2">
|
<test max_ignored_relative_change="0.3">
|
||||||
<settings>
|
<settings>
|
||||||
<max_memory_usage>30000000000</max_memory_usage>
|
<max_memory_usage>30000000000</max_memory_usage>
|
||||||
</settings>
|
</settings>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<test max_ignored_relative_change="0.2">
|
<test max_ignored_relative_change="0.3">
|
||||||
<substitutions>
|
<substitutions>
|
||||||
<substitution>
|
<substitution>
|
||||||
<name>param</name>
|
<name>param</name>
|
||||||
|
Loading…
Reference in New Issue
Block a user