This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/datafusion-695baf7551
in repository https://gitbox.apache.org/repos/asf/sedona-db.git
discard ad4d2abc chore(deps): bump the datafusion group across 1 directory
with 10 updates
add 109e7726 feat(rust/sedona-geo): Add ST_AsGeoJSON (#469)
add 69b6b50c chore(deps): bump the datafusion group across 1 directory
with 10 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 (ad4d2abc)
\
N -- N -- N refs/heads/dependabot/cargo/datafusion-695baf7551
(69b6b50c)
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