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