Remi
Remi
I also have this issue. I checked with both JTS and ESRI, but there is no difference. Even that slow I won't be able to do the necessary transformations on...
H3 functions missing methods on Databricks: `java.lang.NoSuchMethodError: com.uber.h3core.H3Core...`
After some further investigation I see the Databricks runtime also contains H3 functionality. For this it uses `com.uber h3` version `3.7.0`. Could this be conflicting with the version `4.1.1` which...
H3 functions missing methods on Databricks: `java.lang.NoSuchMethodError: com.uber.h3core.H3Core...`
I managed to solve the issue! Indeed it was related to the version of H3 that was being installed in the Databricks runtime. By adjusting the init script, I remove...
H3 functions missing methods on Databricks: `java.lang.NoSuchMethodError: com.uber.h3core.H3Core...`
> Another alternative to fix this is that: use `sedona-spark` jar which does not shade anything, and manually download all dependency jars of Sedona Please correct me if I am...