Aklakan commented on PR #3027: URL: https://github.com/apache/jena/pull/3027#issuecomment-2684894090
It should build now. Its about 90% done. One issue is, that @LorenzBuehmann used `ShapeSerde` from `sedona-spark` which actually only does JTS geometry de-/serializer. Probably it is faster then other approaches (otherwise it wouldn't exist) - but causes enforcer conflicts and draws in quite a lot of dependencies for what it does. Right now I switched to JTS native WKB serialization which makes the build work normally. I am waiting for input from Lorenz about the performance differences between the serializers. I also added a little compatibility layer for the old index IO which used java serialization. So old index files should continue to load. Saving indexes will use the now serializer. -- 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]
