Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
Signed-off-by: wyb <[email protected]>
  • Loading branch information
wyb committed Sep 2, 2024
1 parent 113f17d commit 0215bec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions be/src/exec/parquet_schema_builder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ static Status get_parquet_type_from_map(const ::parquet::schema::NodePtr& node,
/*
try to infer struct type from group node.
parquet does not have struct type, there is no struct definition in parquet.
try to infer like this.
group <name> {
type field0;
type field1;
Expand Down

0 comments on commit 0215bec

Please sign in to comment.