You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sedona.apache.org by GitBox <gi...@apache.org> on 2022/09/11 00:13:19 UTC

[GitHub] [incubator-sedona] jiayuasu commented on a diff in pull request #686: [SEDONA-125]Allows customized CRS in ST_Transform

jiayuasu commented on code in PR #686:
URL: https://github.com/apache/incubator-sedona/pull/686#discussion_r967718340


##########
common/src/main/java/org/apache/sedona/common/Functions.java:
##########
@@ -18,6 +18,7 @@
 import org.apache.sedona.common.utils.GeometryGeoHashEncoder;
 import org.geotools.geometry.jts.JTS;
 import org.geotools.referencing.CRS;
+import org.jetbrains.annotations.Nullable;

Review Comment:
   @SW186000 The test failed. Please fix the Nullable annotation from "org.jetbrains.annotations"



-- 
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: dev-unsubscribe@sedona.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org