From dbb78cf8305a75a827c5ec5fe3b75a2033ec8cba Mon Sep 17 00:00:00 2001 From: Gang Wu Date: Sat, 12 Oct 2024 13:35:13 +0800 Subject: [PATCH] Update src/main/thrift/parquet.thrift Co-authored-by: emkornfield --- src/main/thrift/parquet.thrift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/thrift/parquet.thrift b/src/main/thrift/parquet.thrift index 49ca2566..07ea3fbc 100644 --- a/src/main/thrift/parquet.thrift +++ b/src/main/thrift/parquet.thrift @@ -505,7 +505,7 @@ struct GeometryType { 2: required Edges edges; /** * CRS (coordinate reference system) is a mapping of how coordinates refer to - * precise locations on earth. A crs is specified by a string, which is a Parquet + * precise locations on earth. A CRS is specified by a string, which is a Parquet * file metadata field whose value is the CRS representation. An additional field * with the suffix '.type' describes the encoding of this CRS representation. *