Fixed compile issue

This commit is contained in:
Maksim Kita 2020-12-19 20:04:34 +03:00 committed by Maksim Kita
parent 8bd98ae432
commit d92d843e20

View File

@ -467,7 +467,7 @@ void FlatDictionary::createAttributeImpl<String>(Attribute & attribute, const Fi
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)
{