This is an automated email from the ASF dual-hosted git repository.

imbruced pushed a change to branch add-sedona-worker-daemon-mode
in repository https://gitbox.apache.org/repos/asf/sedona.git


    from 188205ac34 add sedonadb sedona udf worker example
     new 459fe4b391 add sedonadb sedona udf worker example
     new 1b0a24f844 add sedonadb sedona udf worker example

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 python/pyproject.toml                              |  49 +++--
 python/sedona/spark/sql/functions.py               |  29 ++-
 python/sedona/spark/utils/geometry_serde.py        |   6 +-
 python/sedona/spark/utils/udf.py                   |  22 ++-
 python/sedona/spark/worker/__init__.py             |  16 ++
 python/sedona/spark/worker/daemon.py               |  47 ++---
 python/sedona/spark/worker/serde.py                |  25 ++-
 python/sedona/spark/worker/udf_info.py             |  25 ++-
 python/sedona/spark/worker/worker.py               |  56 ++++--
 python/setup.py                                    |  17 ++
 python/src/geom_buf.c                              |   2 -
 python/src/geomserde.c                             |   1 -
 python/src/geomserde_speedup_module.c              | 157 ++++++++-------
 python/tests/test_base.py                          |  14 +-
 .../tests/utils/test_sedona_db_vectorized_udf.py   | 218 +++++----------------
 .../org/apache/sedona/spark/SedonaContext.scala    |   1 +
 .../execution/python/SedonaPythonArrowInput.scala  |  30 ---
 .../execution/python/SedonaPythonArrowOutput.scala |   5 -
 .../org/apache/sedona/sql/SQLSyntaxTestScala.scala |   8 +-
 .../org/apache/sedona/sql/TestBaseScala.scala      |  22 +--
 .../org/apache/spark/sql/udf/StrategySuite.scala   |  18 +-
 .../apache/spark/sql/udf/TestScalarPandasUDF.scala |   3 -
 22 files changed, 371 insertions(+), 400 deletions(-)

Reply via email to