jiayuasu commented on code in PR #2221:
URL: https://github.com/apache/sedona/pull/2221#discussion_r2252779287
##########
common/src/main/java/org/apache/sedona/common/S2Geography/SinglePointGeography.java:
##########
@@ -22,7 +22,7 @@
public class SinglePointGeography extends PointGeography {
public SinglePointGeography(S2Point p) {
- super(p);
+ super(GeographyKind.SINGLEPOINT, p);
Review Comment:
OK. Does S2Geography C++ have similar issues or it is just for Java side?
--
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]