etseidl commented on code in PR #573:
URL: https://github.com/apache/parquet-format/pull/573#discussion_r3349184364
##########
src/main/thrift/parquet.thrift:
##########
@@ -450,13 +450,13 @@ struct GeometryType {
* Embedded Geography logical type annotation
*
* Geospatial features in the WKB format with an explicit
(non-linear/non-planar)
- * edges interpolation algorithm.
+ * edge interpolation algorithm.
Review Comment:
```suggestion
* `edges` interpolation algorithm.
```
##########
src/main/thrift/parquet.thrift:
##########
@@ -450,13 +450,13 @@ struct GeometryType {
* Embedded Geography logical type annotation
*
* Geospatial features in the WKB format with an explicit
(non-linear/non-planar)
- * edges interpolation algorithm.
+ * edge interpolation algorithm.
*
* A custom geographic CRS can be set by the crs field, where longitudes are
* bound by [-180, 180] and latitudes are bound by [-90, 90]. If unset, the CRS
* defaults to "OGC:CRS84".
*
- * An optional algorithm can be set to correctly interpret edges interpolation
+ * An optional algorithm can be set to correctly interpret edge interpolation
Review Comment:
```suggestion
* An optional algorithm can be set to correctly interpret `edges`
interpolation
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]