mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 13:32:13 +00:00
Fixed tests
This commit is contained in:
parent
bf6d0150d4
commit
2d24b443f5
@ -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,
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user