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 7b7c3bb2 chore(deps): bump the datafusion-arrow-parquet group with 21 
updates
     add b9c2316f chore(deps): bump rustls-webpki from 0.103.8 to 0.103.10 
(#727)
     add 8868018d chore(deps): bump actions/github-script from 7 to 8 (#728)
     add 697d0800 chore(deps): bump actions/upload-artifact from 4 to 7 (#729)
     add 47dd1573 chore(deps): bump actions/checkout from 4 to 6 (#730)
     add 25b47560 chore(deps): bump clap from 4.5.60 to 4.6.0 (#731)
     add 2822b306 feat(sedona-gdal): add dataset and vector/raster wrappers 
(#699)
     add a3d3efa0 feat(rust/sedona-spatial-join): Add config to disable spatial 
join reordering (#733)
     add 0163a6be fix: Ensure GPKG metadata consistency in test for GDAL 3.10+ 
(#740)
     add 0b1d8467 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   (7b7c3bb2)
            \
             N -- N -- N   
refs/heads/dependabot/cargo/datafusion-arrow-parquet-9e4b58fd8f (0b1d8467)

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:
 .github/workflows/assign-reviewer-write.yml        |   6 +-
 .github/workflows/assign-reviewer.yml              |   4 +-
 Cargo.lock                                         | 392 ++++++++--------
 Cargo.toml                                         |  12 +-
 c/sedona-gdal/src/dataset.rs                       | 501 +++++++++++++++++++++
 c/sedona-gdal/src/driver.rs                        | 242 ++++++++++
 c/sedona-gdal/src/errors.rs                        |   3 +
 c/sedona-gdal/src/lib.rs                           |   2 +
 c/sedona-gdal/src/raster.rs                        |   1 +
 c/sedona-gdal/src/raster/rasterband.rs             | 372 +++++++++++++++
 c/sedona-gdal/src/vector.rs                        |   2 +
 c/sedona-gdal/src/vector/feature.rs                | 213 +++++++++
 c/sedona-gdal/src/vector/layer.rs                  | 209 +++++++++
 c/sedona-gdal/src/vsi.rs                           |   2 +-
 python/sedonadb/tests/test_sjoin.py                |  93 +++-
 rust/sedona-common/src/option.rs                   |   5 +
 .../src/planner/physical_planner.rs                |  29 +-
 .../tests/spatial_join_integration.rs              |  33 +-
 sedona-cli/Cargo.toml                              |   2 +-
 19 files changed, 1917 insertions(+), 206 deletions(-)
 create mode 100644 c/sedona-gdal/src/dataset.rs
 create mode 100644 c/sedona-gdal/src/driver.rs
 create mode 100644 c/sedona-gdal/src/raster/rasterband.rs
 create mode 100644 c/sedona-gdal/src/vector/feature.rs
 create mode 100644 c/sedona-gdal/src/vector/layer.rs

Reply via email to