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 3c22e1d8 chore(deps): bump the datafusion-arrow-parquet group with 21 
updates
     add c84b4648 chore(ci): remove unused license header helper scripts (#676)
     add 1637efe4 feat(rust/sedona-pointcloud): add optional round robin 
partitioning and parallel statistics extraction (#648)
     add d68fb3bc 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   (3c22e1d8)
            \
             N -- N -- N   
refs/heads/dependabot/cargo/datafusion-arrow-parquet-9e4b58fd8f (d68fb3bc)

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                                   |   2 +
 ci/scripts/rat/license.py                    | 119 ---------------------------
 ci/scripts/rat/license_bash.txt              |  18 ----
 ci/scripts/rat/license_c.txt                 |  16 ----
 ci/scripts/rat/license_md.txt                |  18 ----
 ci/scripts/rat/license_py.txt                |  16 ----
 rust/sedona-pointcloud/Cargo.toml            |   2 +
 rust/sedona-pointcloud/src/las/builder.rs    |  17 ++--
 rust/sedona-pointcloud/src/las/format.rs     |  20 ++---
 rust/sedona-pointcloud/src/las/metadata.rs   |  54 ++++++------
 rust/sedona-pointcloud/src/las/opener.rs     |  73 +++++++++++-----
 rust/sedona-pointcloud/src/las/options.rs    |  97 ++++++++++++++++++----
 rust/sedona-pointcloud/src/las/reader.rs     |  21 ++---
 rust/sedona-pointcloud/src/las/schema.rs     |   2 +-
 rust/sedona-pointcloud/src/las/source.rs     |  66 +++++++++++++--
 rust/sedona-pointcloud/src/las/statistics.rs |  99 ++++++++++++++++------
 rust/sedona-pointcloud/src/lib.rs            |   1 -
 rust/sedona-pointcloud/src/options.rs        | 103 -----------------------
 rust/sedona/src/context.rs                   |  11 +--
 19 files changed, 331 insertions(+), 424 deletions(-)
 delete mode 100644 ci/scripts/rat/license.py
 delete mode 100644 ci/scripts/rat/license_bash.txt
 delete mode 100644 ci/scripts/rat/license_c.txt
 delete mode 100644 ci/scripts/rat/license_md.txt
 delete mode 100644 ci/scripts/rat/license_py.txt
 delete mode 100644 rust/sedona-pointcloud/src/options.rs

Reply via email to