Skip to content

Commit

Permalink
Update cpp/src/parquet/types.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Gang Wu <ustcwg@gmail.com>
  • Loading branch information
paleolimbot and wgtmac authored Aug 19, 2024
1 parent 1de193e commit d2f8157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/parquet/types.cc
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ std::shared_ptr<const LogicalType> LogicalType::FromThrift(
}

std::string metadata;
if (type.GEOMETRY.__isset.crs) {
if (type.GEOMETRY.__isset.metadata) {
metadata = type.GEOMETRY.metadata;
}

Expand Down

0 comments on commit d2f8157

Please sign in to comment.