mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
Fixed compile issue
This commit is contained in:
parent
8bd98ae432
commit
d92d843e20
@ -467,7 +467,7 @@ void FlatDictionary::createAttributeImpl<String>(Attribute & attribute, const Fi
|
|||||||
|
|
||||||
FlatDictionary::Attribute FlatDictionary::createAttributeWithType(const AttributeUnderlyingType type, const Field & null_value)
|
FlatDictionary::Attribute FlatDictionary::createAttributeWithType(const AttributeUnderlyingType type, const Field & null_value)
|
||||||
{
|
{
|
||||||
Attribute attr{type, {}, {}, {}, {}};
|
Attribute attr{type, {}, {}, {}};
|
||||||
|
|
||||||
auto type_call = [&](const auto &dictionary_attribute_type)
|
auto type_call = [&](const auto &dictionary_attribute_type)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user