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

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


 discard 06ce2cc9 chore(deps): bump the datafusion-arrow-parquet group with 18 
updates
     add 9b6e2e73 feat(rust/sedona-spatial-join) Spill EvaluatedBatch and add 
external evaluated batch stream (#522)
     add b48d5a56 chore(deps): bump the datafusion-arrow-parquet group with 18 
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   (06ce2cc9)
            \
             N -- N -- N   
refs/heads/dependabot/cargo/datafusion-arrow-parquet-c355afec92 (b48d5a56)

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                                         |   1 +
 Cargo.toml                                         |   1 +
 rust/sedona-spatial-join/Cargo.toml                |  11 +
 .../external_evaluated_batch_stream.rs             | 165 +++++
 .../bench/evaluated_batch/spill.rs                 | 210 ++++++
 rust/sedona-spatial-join/src/evaluated_batch.rs    |   5 +-
 .../src/evaluated_batch/evaluated_batch_stream.rs  |   1 +
 .../evaluated_batch_stream/evaluate.rs             |  66 +-
 .../evaluated_batch_stream/external.rs             | 638 ++++++++++++++++
 .../src/evaluated_batch/spill.rs                   | 806 +++++++++++++++++++++
 .../src/index/build_side_collector.rs              |   4 +-
 rust/sedona-spatial-join/src/lib.rs                |   2 +-
 rust/sedona-spatial-join/src/operand_evaluator.rs  |   2 +-
 rust/sedona-spatial-join/src/utils.rs              |   1 +
 rust/sedona-spatial-join/src/utils/arrow_utils.rs  |  67 +-
 rust/sedona-spatial-join/src/utils/spill.rs        | 382 ++++++++++
 16 files changed, 2286 insertions(+), 76 deletions(-)
 create mode 100644 
rust/sedona-spatial-join/bench/evaluated_batch/external_evaluated_batch_stream.rs
 create mode 100644 rust/sedona-spatial-join/bench/evaluated_batch/spill.rs
 create mode 100644 
rust/sedona-spatial-join/src/evaluated_batch/evaluated_batch_stream/external.rs
 create mode 100644 rust/sedona-spatial-join/src/evaluated_batch/spill.rs
 create mode 100644 rust/sedona-spatial-join/src/utils/spill.rs

Reply via email to