jiayuasu commented on issue #2590:
URL: https://github.com/apache/sedona/issues/2590#issuecomment-3766697792
This issue has been fixed in the master branch and will be released in
Sedona 1.9.0.
Workaround for Sedona 1.8.1 Users
Override the campskeleton version to use the fixed release:
```
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.datasyslab</groupId>
<artifactId>campskeleton</artifactId>
<version>0.0.2-20260118</version>
</dependency>
</dependencies>
</dependencyManagement>
```
--
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]