isaaccorley commented on code in PR #479:
URL: https://github.com/apache/sedona-db/pull/479#discussion_r2660283986
##########
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:
Correct they are missing the column which doesn't really give us a
performance gain here but we should at least be able to read it so a user
doesn't need to switch to a different library, if that makes sense
--
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]