I've verified that SedonaContext can be created without geotools-wrapper:

pyspark --packages
org.apache.sedona:sedona-spark-shaded-3.5_2.12:1.5.2  --repositories
https://repository.apache.org/service/local/repositories/orgapachesedona-1036/content/
  --conf spark.serializer=org.apache.spark.serializer.KryoSerializer

However, we still cannot run simple ST functions without
geotools-wrapper, the following query results in a "class
org.geotools.coverage.grid.GridCoverage2D not found" exception, while
RDD API seems to work without problem.

```
from sedona.spark import *
sedona = SedonaContext.create(spark)
sedona.sql("SELECT ST_Point(1, 2)").show()
```

On Wed, May 1, 2024 at 2:24 PM Jia Yu <ji...@apache.org> wrote:
>
> Hi all, This is a call for vote on Apache Sedona 1.5.2-rc2. Please refer to
> the changes listed at the bottom of this email. Release notes:
> https://github.com/apache/sedona/blob/sedona-1.5.2-rc2/docs/setup/release-notes.md
> Build instructions:
> https://github.com/apache/sedona/blob/sedona-1.5.2-rc2/docs/setup/compile.md
> GitHub tag: https://github.com/apache/sedona/releases/tag/sedona-1.5.2-rc2
> GPG public key to verify the Release:
> https://downloads.apache.org/sedona/KEYS Source code and binaries:
> https://dist.apache.org/repos/dist/dev/sedona/1.5.2-rc2/ The vote will be
> open for at least 72 hours or until at least 3 "+1" PMC votes are cast
> Instruction for checking items on the checklist:
> https://sedona.apache.org/latest/community/vote/ We recommend you use this
> Jupyter notebook on MyBinder to perform this task:
> https://mybinder.org/v2/gh/jiayuasu/sedona-tools/HEAD?labpath=binder%2Fverify-release.ipynb
> **Please vote accordingly and you must provide your checklist for your
> vote**. [ ] +1 approve [ ] +0 no opinion [ ] -1 disapprove with the reason
> Checklist: [ ] Download links are valid. [ ] Checksums and PGP signatures
> are valid. [ ] Source code artifacts have correct names matching the
> current release. For a detailed checklist please refer to:
> https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
>
> Thanks,
> Jia Yu

Reply via email to