Skip to content

Commit

Permalink
add geoparquet column metadata back
Browse files Browse the repository at this point in the history
  • Loading branch information
wgtmac committed Sep 27, 2024
1 parent 3961cbf commit 98c3589
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/thrift/parquet.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -570,9 +570,13 @@ struct GeometryType {
4: optional string crs_encoding;
/**
* Additional informative metadata as a list of key-value pair of UTF-8 string.
*
* It is not strictly required by the low-level Parquet implementation for
* features like statistics or filter pushdown. Using a list of key-value pair
* provides maximum flexibility for adding future informative metadata.
*
* GeoParquet could store its column metadata in this field:
* https://github.com/opengeospatial/geoparquet/blob/v1.1.0/format-specs/geoparquet.md?plain=1#L46
*/
5: optional list<KeyValue> key_value_metadata;
}
Expand Down

0 comments on commit 98c3589

Please sign in to comment.