This is an automated email from the ASF dual-hosted git repository.
imbruced pushed a change to branch arrow-worker
in repository https://gitbox.apache.org/repos/asf/sedona.git
discard b9db627919 add sedonadb sedona udf worker example
discard 10ef3928ab add code so far
discard 0770a6d3a7 add code so far
discard 70cd1d6ee1 add code so far
discard 50a23e8983 add code so far
discard 6ce7b4c778 add code so far
discard 08dd543637 add code so far
discard 1b383fe83c add code so far
discard eee700d498 add code so far
discard 6cbc9680f9 add code so far
discard 37389d6061 add code so far
discard 4156ea4684 SEDONA-748 add working example
discard 3874a5ab5f SEDONA-748 add working example
discard 7371c25a7d SEDONA-748 add working example
discard 3b66bb5346 SEDONA-748 Fix issue with no optimization for weighting
function.
discard bbe2688320 SEDONA-745 Fix osm parser.
discard 68eb916572 SEDONA-745 Fix osm parser.
discard b4a344398a SEDONA-738 Fix unit tests.
discard 32051db5a1 SEDONA-738 Fix unit tests.
discard 467f627413 SEDONA-738 Fix unit tests.
discard 798cd3ca8d SEDONA-738 Fix unit tests.
discard 323ca112ce SEDONA-738 Fix unit tests.
discard 172c9412e4 SEDONA-738 Fix unit tests.
discard 812f0a9436 serde
new 4db238281c SEDONA-738 Add sedonadb worker
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b9db627919)
\
N -- N -- N refs/heads/arrow-worker (4db238281c)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 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:
.../execution/python/SedonaArrowPythonRunner.scala | 5 --
.../sql/execution/python/SedonaArrowStrategy.scala | 15 ++---
.../execution/python/SedonaBasePythonRunner.scala | 73 +---------------------
.../execution/python/SedonaDBWorkerFactory.scala | 8 +--
.../execution/python/SedonaPythonArrowInput.scala | 10 +--
.../execution/python/SedonaPythonArrowOutput.scala | 8 +--
.../spark/sql/execution/python/WorkerContext.scala | 3 +-
.../org/apache/sedona/sql/TestBaseScala.scala | 1 +
.../org/apache/spark/sql/udf/StrategySuite.scala | 27 +++++---
.../apache/spark/sql/udf/TestScalarPandasUDF.scala | 8 ++-
10 files changed, 40 insertions(+), 118 deletions(-)