Re: ST_Intersects with spark3.0, scala 2.13 and sedona 1.4.1

2023-12-12 Thread Jia Yu
Hi Elpida, This is because you are using the shaded jar of Sedona and it shaded jts-core which leads to this conflict if other package also uses jts-core. Quick fix (might still fail): use jts-core 1.19.0. Because we committed a PR to JTS 1.19 that introduces key changes needed by Sedona: https:

ST_Intersects with spark3.0, scala 2.13 and sedona 1.4.1

2023-12-12 Thread Kartsakli, Elpida
Hello, I am using Sedona 1.4.1 with pyspark (spark 3.0 and scala 2.13). When doing an ST_Intersects query which is giving the following error: java.lang.IllegalAccessError: class org.locationtech.jts.index.quadtree.IndexSerde tried to access method 'org.locationtech.jts.index.quadtree.Root org