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

github-bot pushed a change to branch dependabot/cargo/arrow-parquet-bd4889bc26
in repository https://gitbox.apache.org/repos/asf/sedona-db.git


 discard c8cea55a chore(deps): bump the arrow-parquet group with 8 updates
     add 109e7726 feat(rust/sedona-geo): Add ST_AsGeoJSON (#469)
     add 2c27d1fb chore(deps): bump the arrow-parquet group with 8 updates

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   (c8cea55a)
            \
             N -- N -- N   refs/heads/dependabot/cargo/arrow-parquet-bd4889bc26 
(2c27d1fb)

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                                         | 186 ++++++++++++++++++-
 Cargo.toml                                         |   1 +
 python/sedonadb/tests/functions/test_functions.py  |  47 +++++
 rust/sedona-functions/src/lib.rs                   |   1 +
 rust/sedona-functions/src/register.rs              |   1 +
 .../src/{st_area.rs => st_asgeojson.rs}            |  25 +--
 rust/sedona-geo/Cargo.toml                         |   2 +
 rust/sedona-geo/src/lib.rs                         |   1 +
 rust/sedona-geo/src/register.rs                    |   5 +-
 rust/sedona-geo/src/st_asgeojson.rs                | 196 +++++++++++++++++++++
 10 files changed, 444 insertions(+), 21 deletions(-)
 copy rust/sedona-functions/src/{st_area.rs => st_asgeojson.rs} (71%)
 create mode 100644 rust/sedona-geo/src/st_asgeojson.rs

Reply via email to