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

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


 discard 493e070a apply pre commit
 discard 1b679809 apply pre commit
 discard 22260891 apply pre commit
 discard 9100359e add sedona deserialization code
     add 0f51162e perf: Implement (2x) faster ST_Buffer kernel using `geo` 
(#233)
     add d36bf02d add sedona deserialization code

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   (493e070a)
            \
             N -- N -- N   refs/heads/add-sedona-deserializer (d36bf02d)

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.

No new revisions were added by this update.

Summary of changes:
 Cargo.lock                                        | 279 +++++++++-------------
 c/sedona-geos/Cargo.toml                          |   2 +-
 c/sedona-geos/benches/geos-functions.rs           |   2 +-
 c/sedona-geos/src/st_buffer.rs                    |  37 +++
 python/sedonadb/tests/functions/test_functions.py |  25 +-
 rust/sedona-functions/src/st_from_sedona_spark.rs |  10 +-
 rust/sedona-geo/benches/geo-functions.rs          |  15 ++
 rust/sedona-geo/src/lib.rs                        |   1 +
 rust/sedona-geo/src/register.rs                   |  11 +-
 rust/sedona-geo/src/st_buffer.rs                  | 223 +++++++++++++++++
 rust/sedona-geo/src/st_centroid.rs                |   6 +-
 rust/sedona-serde/src/deserialize.rs              |   5 +-
 12 files changed, 432 insertions(+), 184 deletions(-)
 create mode 100644 rust/sedona-geo/src/st_buffer.rs

Reply via email to