mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 18:02:24 +00:00
fix clang-tidy build
This commit is contained in:
parent
7e5aa5f1bd
commit
f5c635df35
@ -585,7 +585,7 @@ Field convertFieldToTypeImpl(const Field & src, const IDataType & type, const ID
|
||||
throw;
|
||||
}
|
||||
|
||||
if (!col->size())
|
||||
if (col->empty())
|
||||
return Field(Null());
|
||||
Field parsed = (*col)[0];
|
||||
return convertFieldToType(parsed, type, from_type_hint, format_settings);
|
||||
|
Loading…
Reference in New Issue
Block a user