Fixed tests

This commit is contained in:
Maksim Kita 2021-08-16 20:40:57 +03:00
parent bf6d0150d4
commit 2d24b443f5
2 changed files with 11 additions and 8 deletions

View File

@ -512,10 +512,13 @@ public:
}
else
{
key_columns = {key_column, range_col};
key_types = {std::make_shared<DataTypeUInt64>(), range_col_type};
key_columns = {key_column};
key_types = {std::make_shared<DataTypeUInt64>()};
}
key_columns.emplace_back(range_col);
key_types.emplace_back(range_col_type);
result = executeDictionaryRequest(
dictionary,
attribute_names,

View File

@ -1,8 +1,8 @@
Dictionary not nullable
dictGet
0.2
0.2
0.2
0.33
0.42
0.46
0.2
0.4
dictHas
@ -29,9 +29,9 @@ onlySpecificColumn
0.46
Dictionary nullable
dictGet
0.2
0.2
0.2
0.33
0.42
\N
0.2
0.4
dictHas