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 else
{ {
key_columns = {key_column, range_col}; key_columns = {key_column};
key_types = {std::make_shared<DataTypeUInt64>(), range_col_type}; key_types = {std::make_shared<DataTypeUInt64>()};
} }
key_columns.emplace_back(range_col);
key_types.emplace_back(range_col_type);
result = executeDictionaryRequest( result = executeDictionaryRequest(
dictionary, dictionary,
attribute_names, attribute_names,

View File

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