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 d511c006 chore(deps): bump the datafusion group across 1 directory 
with 10 updates
     add 3487c358 feat(rust/sedona-spatial-join): Add spatial partitioners for 
partitioning spatially joined data by partitioning grids (#443)
     add 0d66c662 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   (d511c006)
            \
             N -- N -- N   refs/heads/dependabot/cargo/datafusion-695baf7551 
(0d66c662)

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:
 rust/sedona-spatial-join/Cargo.toml                |  15 +
 .../bench/partitioning/common.rs                   |  86 ++
 .../sedona-spatial-join/bench/partitioning/flat.rs |  56 ++
 rust/sedona-spatial-join/bench/partitioning/kdb.rs | 129 +++
 .../bench/partitioning/rtree.rs                    |  78 ++
 rust/sedona-spatial-join/src/lib.rs                |   1 +
 rust/sedona-spatial-join/src/partitioning.rs       |  77 ++
 rust/sedona-spatial-join/src/partitioning/flat.rs  | 205 +++++
 rust/sedona-spatial-join/src/partitioning/kdb.rs   | 904 +++++++++++++++++++++
 rust/sedona-spatial-join/src/partitioning/rtree.rs | 372 +++++++++
 rust/sedona-spatial-join/src/partitioning/util.rs  | 200 +++++
 11 files changed, 2123 insertions(+)
 create mode 100644 rust/sedona-spatial-join/bench/partitioning/common.rs
 create mode 100644 rust/sedona-spatial-join/bench/partitioning/flat.rs
 create mode 100644 rust/sedona-spatial-join/bench/partitioning/kdb.rs
 create mode 100644 rust/sedona-spatial-join/bench/partitioning/rtree.rs
 create mode 100644 rust/sedona-spatial-join/src/partitioning.rs
 create mode 100644 rust/sedona-spatial-join/src/partitioning/flat.rs
 create mode 100644 rust/sedona-spatial-join/src/partitioning/kdb.rs
 create mode 100644 rust/sedona-spatial-join/src/partitioning/rtree.rs
 create mode 100644 rust/sedona-spatial-join/src/partitioning/util.rs

Reply via email to