jiayuasu commented on code in PR #1011:
URL: https://github.com/apache/sedona/pull/1011#discussion_r1319285158
##########
spark/common/pom.xml:
##########
@@ -122,6 +122,10 @@
<groupId>org.geotools</groupId>
<artifactId>gt-geotiff</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.geotools</groupId>
+ <artifactId>gt-process-feature</artifactId>
Review Comment:
@Kontinuation The geotools scope in spark-shaded is `provided` so we should
be fine. Putting it in `spark-shaded` will help Python and R tests in the
future since they can simply do `mvn clean install -Dgeotools`
--
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]