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 3f294280 chore(deps): bump the arrow-parquet group with 8 updates
     add f38e00f3 chore(deps): Remove one more `criterion::black_box()` and 
update criterion (#433)
     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 78883d4b 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   (3f294280)
            \
             N -- N -- N   refs/heads/dependabot/cargo/arrow-parquet-bd4889bc26 
(78883d4b)

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                                         | 66 +++++++++++-----------
 Cargo.toml                                         |  2 +-
 c/sedona-tg/benches/parse-wkb.rs                   |  6 +-
 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 ++
 15 files changed, 178 insertions(+), 53 deletions(-)

Reply via email to