This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/main/arrow-schema-49.0.0
in repository https://gitbox.apache.org/repos/asf/arrow-ballista.git
omit cf74e4a3 Update arrow-schema requirement from 48.0.0 to 49.0.0
add b8bd8fc0 Refactor cache mod, remove linked_hash_map (#918)
add e474e343 Dynamically optimize aggregate based on shuffle stats (#919)
add 13456466 Use lz4 compression for shuffle files & flight stream,
refactoring / improvements (#920)
add 6974b1bd Update arrow-schema requirement from 48.0.0 to 49.0.0
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 (cf74e4a3)
\
N -- N -- N refs/heads/dependabot/cargo/main/arrow-schema-49.0.0
(6974b1bd)
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.toml | 2 +-
ballista/cache/Cargo.toml | 1 +
.../backend/policy/lru/hashlink/linked_hash_map.rs | 2215 --------------------
.../cache/src/backend/policy/lru/hashlink/mod.rs | 20 -
.../backend/policy/lru/{hashlink => }/lru_cache.rs | 11 +-
ballista/cache/src/backend/policy/lru/mod.rs | 2 +-
ballista/cache/src/loading_cache/driver.rs | 2 +-
ballista/cache/src/metrics/loading_cache.rs | 2 +-
ballista/core/src/cache_layer/policy/file.rs | 2 +-
.../core/src/execution_plans/shuffle_writer.rs | 9 +-
ballista/core/src/utils.rs | 9 +-
ballista/executor/src/flight_service.rs | 117 +-
.../src/state/execution_graph/execution_stage.rs | 9 +-
13 files changed, 76 insertions(+), 2325 deletions(-)
delete mode 100644
ballista/cache/src/backend/policy/lru/hashlink/linked_hash_map.rs
delete mode 100644 ballista/cache/src/backend/policy/lru/hashlink/mod.rs
rename ballista/cache/src/backend/policy/lru/{hashlink => }/lru_cache.rs (97%)