Skip to content

Commit

Permalink
Update src/main/thrift/parquet.thrift
Browse files Browse the repository at this point in the history
Co-authored-by: Dewey Dunnington <[email protected]>
  • Loading branch information
wgtmac and paleolimbot authored Sep 20, 2024
1 parent 2a3524f commit 3e54c7e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/thrift/parquet.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,9 @@ enum Edges {
* A custom binary-encoded polygon or multi-polygon to represent a covering of
* geometries. For example, it may be a bounding box or an envelope of geometries
* when a bounding box cannot be built (e.g. a geometry has spherical edges, or if
* an edge of geographic coordinates crosses the antimeridian). In addition, it can
* also be used to provide vendor-agnostic coverings like S2 or H3 grids.
* an edge of geographic coordinates crosses the antimeridian). It may be
* extended in future versions to provide vendor-agnostic coverings like
* vectors of cells on a discrete global grid (e.g., S2 or H3 cells).
*/
struct Covering {
/**
Expand Down

0 comments on commit 3e54c7e

Please sign in to comment.