From 3e54c7ed5e2d127d22722375ca532cda09842351 Mon Sep 17 00:00:00 2001 From: Gang Wu Date: Fri, 20 Sep 2024 23:09:53 +0800 Subject: [PATCH] Update src/main/thrift/parquet.thrift Co-authored-by: Dewey Dunnington --- src/main/thrift/parquet.thrift | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/thrift/parquet.thrift b/src/main/thrift/parquet.thrift index a8fcbdd4..90b0daab 100644 --- a/src/main/thrift/parquet.thrift +++ b/src/main/thrift/parquet.thrift @@ -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 { /**