mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 02:21:59 +00:00
Fix build
This commit is contained in:
parent
be0b0e7921
commit
3bbc347901
@ -287,7 +287,7 @@ static ColumnWithTypeAndName readColumnWithDate32Data(std::shared_ptr<arrow::Chu
|
||||
column_data.insert_assume_reserved(raw_data, raw_data + chunk.length());
|
||||
}
|
||||
}
|
||||
return {internal_column, internal_type, column_name};
|
||||
return {std::move(internal_column), internal_type, column_name};
|
||||
}
|
||||
|
||||
/// Arrow stores Parquet::DATETIME in Int64, while ClickHouse stores DateTime in UInt32. Therefore, it should be checked before saving
|
||||
|
Loading…
Reference in New Issue
Block a user