mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-11 08:52:06 +00:00
Fix build
This commit is contained in:
parent
fa8ae6ac56
commit
77c8ad44d5
@ -1526,7 +1526,7 @@ static ColumnWithTypeAndName readColumnFromORCColumn(
|
|||||||
{
|
{
|
||||||
array_type = std::make_shared<DataTypeArray>(nested_column.type);
|
array_type = std::make_shared<DataTypeArray>(nested_column.type);
|
||||||
}
|
}
|
||||||
return {std::move(array_column), std::move(array_type), column_name};
|
return {std::move(array_column), array_type, column_name};
|
||||||
}
|
}
|
||||||
case orc::STRUCT: {
|
case orc::STRUCT: {
|
||||||
Columns tuple_elements;
|
Columns tuple_elements;
|
||||||
|
Loading…
Reference in New Issue
Block a user