paleolimbot commented on code in PR #479:
URL: https://github.com/apache/sedona-db/pull/479#discussion_r2662036338
##########
rust/sedona-geoparquet/src/metadata.rs:
##########
@@ -329,6 +329,7 @@ pub struct GeoParquetColumnMetadata {
/// and multipolygons, it is not sufficient to specify `["MultiPolygon"]`,
but it is expected
/// to specify `["Polygon", "MultiPolygon"]`. Or if having 3D points, it
is not sufficient to
/// specify `["Point"]`, but it is expected to list `["Point Z"]`.
+ #[serde(default)]
Review Comment:
I think it's pretty unequivocal that if the GeoParquet JSON metadata is
missing the `geometry_types` key that we have no information about the geometry
types (I never understood why we put that in the spec in the first place 🙂 )
--
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]