Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert graceful JTS fall back and lazy Circe encoders #3463

Closed
pomadchin opened this issue Apr 29, 2022 · 0 comments · Fixed by #3389
Closed

Revert graceful JTS fall back and lazy Circe encoders #3463

pomadchin opened this issue Apr 29, 2022 · 0 comments · Fixed by #3389

Comments

@pomadchin
Copy link
Member

pomadchin commented Apr 29, 2022

This issue tracks the revert of 37d8ca6, 8f67fcf, 53f8f97, 0ece504, 570d8d5, dfff1b5, fdefb1d.

The reason these commits were pushed, to make GT more compatible with DataBricks 9.1 LTS. This task tracks the drop of the Spark 3.1.x and the move of the whole library to Spark 3.2.x (which matches DataBricks 10.4 LTS runtime).

There are two ways of resolving the shapeless dependency inconsistency:

  • remove shapeless from the cluster class path (that means that users are responsible for taking care of the cluster deps)
    • this solution is more a workaround, that should be handled in every specific case
  • upgrade up to Spark 3.2.x which depends on the more recent shapeless version that matches the circe version GeoTrellis depends
@pomadchin pomadchin changed the title Revert graceful JTS fall back and lazy encoders Revert graceful JTS fall back and lazy Circe encoders Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant