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 97ab9e11 chore(deps): bump the datafusion group across 1 directory 
with 10 updates
     add 4da8e4ca feat(c/sedona-extension): Move FFI scalar kernel definitions 
to c/sedona-extension and write them in C (#407)
     add e56d5159 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   (97ab9e11)
            \
             N -- N -- N   refs/heads/dependabot/cargo/datafusion-695baf7551 
(e56d5159)

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                                         |  15 +
 Cargo.toml                                         |   1 +
 .../sedona-expr => c/sedona-extension}/Cargo.toml  |  23 +-
 c/sedona-extension/src/extension.rs                | 122 +++
 .../license_c.txt => c/sedona-extension/src/lib.rs |   3 +
 c/sedona-extension/src/scalar_kernel.rs            | 882 +++++++++++++++++++++
 c/sedona-extension/src/sedona_extension.h          | 210 +++++
 rust/sedona/src/ffi.rs                             | 515 ------------
 rust/sedona/src/lib.rs                             |   1 -
 9 files changed, 1242 insertions(+), 530 deletions(-)
 copy {rust/sedona-expr => c/sedona-extension}/Cargo.toml (75%)
 create mode 100644 c/sedona-extension/src/extension.rs
 copy ci/scripts/rat/license_c.txt => c/sedona-extension/src/lib.rs (94%)
 create mode 100644 c/sedona-extension/src/scalar_kernel.rs
 create mode 100644 c/sedona-extension/src/sedona_extension.h
 delete mode 100644 rust/sedona/src/ffi.rs

Reply via email to