linrrzqqq commented on code in PR #49665: URL: https://github.com/apache/doris/pull/49665#discussion_r2035074989
########## be/src/geo/geo_types.cpp: ########## @@ -483,6 +529,35 @@ const std::unique_ptr<GeoCoordinateListList> GeoPolygon::to_coords() const { return coordss; } +const std::vector<std::unique_ptr<GeoCoordinateListList>> GeoMultiPolygon::to_coords() const { + std::vector<std::unique_ptr<GeoCoordinateListList>> coordsss; + for (const auto& polygon : _polygons) { Review Comment: fixed,and have applied this change to most functions in `MultiPolygon` -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org