This is an automated email from the ASF dual-hosted git repository.

kontinuation pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-db.git


    from ff09a44f chore(examples): Ensure examples work in all CI jobs (#596)
     add 04b86a60 chore(rust/sedona-spatial-join): use RTree partitioner for 
probe side when partition count > 48 (#598)

No new revisions were added by this update.

Summary of changes:
 rust/sedona-spatial-join/Cargo.toml                |   5 +
 .../sedona-spatial-join/bench/partitioning/flat.rs |   6 +-
 .../bench/partitioning/flat_vs_rtree.rs            |  86 +++++++++++++++
 .../bench/partitioning/rtree.rs                    |   6 +-
 rust/sedona-spatial-join/src/build_index.rs        | 115 ---------------------
 rust/sedona-spatial-join/src/prepare.rs            |  20 +++-
 rust/sedona-spatial-join/src/utils.rs              |   1 +
 .../utils/internal_benchmark_util.rs}              |  22 ++--
 8 files changed, 129 insertions(+), 132 deletions(-)
 create mode 100644 rust/sedona-spatial-join/bench/partitioning/flat_vs_rtree.rs
 delete mode 100644 rust/sedona-spatial-join/src/build_index.rs
 rename rust/sedona-spatial-join/{bench/partitioning/common.rs => 
src/utils/internal_benchmark_util.rs} (78%)

Reply via email to