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 75939f11 chore(deps): bump the datafusion group across 1 directory
with 10 updates
add 188ea8e5 feat(rust/sedona-spatial-join): Support sequential spatial
index building option (#362)
add 45b3162c feat(sedona-raster-functions): Add RS_Rotation (#418)
add 9a25b9b2 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 (75939f11)
\
N -- N -- N refs/heads/dependabot/cargo/datafusion-695baf7551
(9a25b9b2)
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 | 1 +
rust/sedona-common/src/option.rs | 4 ++
.../benches/native-raster-functions.rs | 1 +
rust/sedona-raster-functions/src/register.rs | 1 +
.../sedona-raster-functions/src/rs_geotransform.rs | 39 ++++++++++++++++
rust/sedona-raster/Cargo.toml | 1 +
rust/sedona-raster/src/affine_transformation.rs | 53 ++++++++++++++++++++++
rust/sedona-spatial-join/src/build_index.rs | 30 ++++++++++--
rust/sedona-spatial-join/src/exec.rs | 13 ++----
rust/sedona-spatial-join/src/index.rs | 4 +-
.../sedona-spatial-join/src/index/spatial_index.rs | 2 +-
.../src/index/spatial_index_builder.rs | 4 +-
rust/sedona-spatial-join/src/lib.rs | 5 ++
13 files changed, 141 insertions(+), 17 deletions(-)