mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 21:51:57 +00:00
Change String type to Binary
This commit is contained in:
parent
07ad947c1d
commit
f6ab431f2f
@ -98,7 +98,7 @@ ORC_UNIQUE_PTR<orc::Type> ORCBlockOutputFormat::getORCType(const DataTypePtr & t
|
||||
case TypeIndex::FixedString: [[fallthrough]];
|
||||
case TypeIndex::String:
|
||||
{
|
||||
return orc::createPrimitiveType(orc::TypeKind::STRING);
|
||||
return orc::createPrimitiveType(orc::TypeKind::BINARY);
|
||||
}
|
||||
case TypeIndex::Nullable:
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user