HappenLee commented on a change in pull request #8790:
URL: https://github.com/apache/incubator-doris/pull/8790#discussion_r841029518
##########
File path: be/src/geo/geo_types.cpp
##########
@@ -31,6 +34,18 @@
namespace doris {
+GeoPoint::GeoPoint() : _point(new S2Point()) {}
Review comment:
You can go directly implement these in geo_type.h simple construction
destructors
--
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]