forgot abs()

This commit is contained in:
Alexander Kuzmenkov 2021-03-26 01:00:06 +03:00
parent a12cc5f559
commit f3ca9db832
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
<test> <test max_ignored_relative_change="0.2">

View File

@ -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
( (

View File

@ -1,4 +1,4 @@
<test> <test max_ignored_relative_change="0.2">
<substitutions> <substitutions>
<substitution> <substitution>
<name>expr</name> <name>expr</name>

View File

@ -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>

View File

@ -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>

View File

@ -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>