mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Fix style
This commit is contained in:
parent
06a6f5cf76
commit
3fb1a10a16
@ -40,8 +40,6 @@
|
||||
#include <Columns/ColumnTuple.h>
|
||||
#include <Columns/ColumnMap.h>
|
||||
|
||||
#include <IO/ReadBufferFromString.h>
|
||||
|
||||
#include <Compiler.hh>
|
||||
#include <DataFile.hh>
|
||||
#include <Decoder.hh>
|
||||
@ -210,7 +208,7 @@ static std::string nodeName(avro::NodePtr node)
|
||||
return avro::toString(node->type());
|
||||
}
|
||||
|
||||
static bool canBeDeserializedFromFixed( const DataTypePtr & target_type, size_t fixed_size)
|
||||
static bool canBeDeserializedFromFixed(const DataTypePtr & target_type, size_t fixed_size)
|
||||
{
|
||||
switch (target_type->getTypeId())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user