mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Fix fasttest build
This commit is contained in:
parent
8436638a89
commit
78b522fd51
@ -110,7 +110,8 @@ static String readJSONEachRowLineIntoStringImpl(ReadBuffer & in)
|
||||
return String(memory.data(), memory.size());
|
||||
}
|
||||
|
||||
DataTypePtr getDataTypeFromJSONFieldImpl(const SimdJSONParser::Element & field)
|
||||
template <class Element>
|
||||
DataTypePtr getDataTypeFromJSONFieldImpl(const Element & field)
|
||||
{
|
||||
if (field.isNull())
|
||||
return nullptr;
|
||||
|
Loading…
Reference in New Issue
Block a user