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

github-bot pushed a change to branch 
dependabot/cargo/datafusion-arrow-parquet-9e4b58fd8f
in repository https://gitbox.apache.org/repos/asf/sedona-db.git


 discard d7d1458f chore(deps): bump the datafusion-arrow-parquet group with 21 
updates
     add 99cca895 chore(deps): bump quinn-proto from 0.11.13 to 0.11.14 (#706)
     add 20808454 refactor(rust/sedona-schema): centralize SedonaType CRS 
helpers (#705)
     add d748e4c0 feat(sedona-gdal): add foundational wrapper utilities (#696)
     add 5b7b548a fix(rust): remove norun/ignore markers (#710)
     add cff68404 feat(rust/sedona-spatial-join) Making SpatialIndex a trait 
(#645)
     add 59a2be7c chore(deps): bump the datafusion-arrow-parquet group with 21 
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   (d7d1458f)
            \
             N -- N -- N   
refs/heads/dependabot/cargo/datafusion-arrow-parquet-9e4b58fd8f (59a2be7c)

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                                         |  144 +-
 Cargo.toml                                         |   24 +-
 c/sedona-gdal/src/{errors.rs => config.rs}         |   38 +-
 c/sedona-gdal/src/cpl.rs                           |  690 +++++++
 c/sedona-gdal/src/errors.rs                        |   10 +
 c/sedona-gdal/src/gdal_api.rs                      |    2 +
 c/sedona-gdal/src/lib.rs                           |    5 +
 .../src/lib.rs => c/sedona-gdal/src/raster.rs      |    2 +-
 c/sedona-gdal/src/raster/types.rs                  |  212 +++
 python/sedonadb/src/schema.rs                      |   31 +-
 rust/sedona-expr/src/item_crs.rs                   |    7 +-
 rust/sedona-functions/src/executor.rs              |    4 +-
 rust/sedona-geometry/src/transform.rs              |   17 +-
 rust/sedona-raster-functions/src/executor.rs       |   21 +-
 rust/sedona-schema/src/datatypes.rs                |   31 +
 rust/sedona-schema/src/matchers.rs                 |   16 +-
 rust/sedona-spatial-join/src/index.rs              |    7 +-
 .../src/index/build_side_collector.rs              |   23 +-
 .../{spatial_index.rs => default_spatial_index.rs} |  602 +++---
 ...builder.rs => default_spatial_index_builder.rs} |  176 +-
 .../src/index/partitioned_index_provider.rs        |  108 +-
 .../sedona-spatial-join/src/index/spatial_index.rs | 1937 +-------------------
 .../src/index/spatial_index_builder.rs             |  306 +---
 rust/sedona-spatial-join/src/lib.rs                |    1 -
 rust/sedona-spatial-join/src/prepare.rs            |   14 +-
 rust/sedona-spatial-join/src/stream.rs             |   15 +-
 rust/sedona-testing/src/create.rs                  |    8 +-
 rust/sedona-testing/src/testers.rs                 |    9 +-
 rust/sedona/src/context_builder.rs                 |    4 +-
 29 files changed, 1655 insertions(+), 2809 deletions(-)
 copy c/sedona-gdal/src/{errors.rs => config.rs} (58%)
 create mode 100644 c/sedona-gdal/src/cpl.rs
 copy rust/sedona-pointcloud/src/lib.rs => c/sedona-gdal/src/raster.rs (98%)
 create mode 100644 c/sedona-gdal/src/raster/types.rs
 copy rust/sedona-spatial-join/src/index/{spatial_index.rs => 
default_spatial_index.rs} (87%)
 copy rust/sedona-spatial-join/src/index/{spatial_index_builder.rs => 
default_spatial_index_builder.rs} (84%)

Reply via email to