Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: Youngwb <[email protected]>
  • Loading branch information
Youngwb committed Jan 17, 2025
1 parent adced39 commit 24e47c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion be/src/formats/parquet/file_writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,8 @@ arrow::Result<::parquet::schema::NodePtr> ParquetBuildHelper::_make_schema_node(
}
case TYPE_DATETIME: {
return ::parquet::schema::PrimitiveNode::Make(
name, rep_type, ::parquet::LogicalType::Timestamp(false, ::parquet::LogicalType::TimeUnit::unit::MICROS),
name, rep_type,
::parquet::LogicalType::Timestamp(false, ::parquet::LogicalType::TimeUnit::unit::MICROS),
::parquet::Type::INT64, -1, file_column_id.field_id);
}
case TYPE_DECIMAL32: {
Expand Down

0 comments on commit 24e47c1

Please sign in to comment.