mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 04:52:10 +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);
|
||||
}
|
||||
return {std::move(array_column), std::move(array_type), column_name};
|
||||
return {std::move(array_column), array_type, column_name};
|
||||
}
|
||||
case orc::STRUCT: {
|
||||
Columns tuple_elements;
|
||||
|
Loading…
Reference in New Issue
Block a user