mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-16 04:32:33 +00:00
Fix style issue
This commit is contained in:
parent
791c7204d7
commit
164e55972b
@ -1421,7 +1421,7 @@ ColumnPtr SSDCacheDictionary::getColumn(
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
const auto null_value = std::get<AttributeType>(null_values[index]);;
|
const auto null_value = std::get<AttributeType>(null_values[index]);
|
||||||
|
|
||||||
getItemsNumberImpl<AttributeType, AttributeType>(
|
getItemsNumberImpl<AttributeType, AttributeType>(
|
||||||
index,
|
index,
|
||||||
|
Loading…
Reference in New Issue
Block a user