You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by nj...@apache.org on 2023/07/19 01:48:30 UTC

[arrow-ballista] branch main updated (fa57d788 -> b188179f)

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

nju_yaho pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-ballista.git


    from fa57d788 Introduce CachedBasedObjectStoreRegistry to use data source cache transparently (#827)
     add b188179f Add ConsistentHash for node topology management (#830)

No new revisions were added by this update.

Summary of changes:
 ballista/core/Cargo.toml                           |   1 +
 ballista/core/src/consistent_hash/mod.rs           | 321 +++++++++++++++++++++
 .../policy/mod.rs => consistent_hash/node.rs}      |   6 +-
 ballista/core/src/lib.rs                           |   1 +
 4 files changed, 328 insertions(+), 1 deletion(-)
 create mode 100644 ballista/core/src/consistent_hash/mod.rs
 copy ballista/core/src/{cache_layer/policy/mod.rs => consistent_hash/node.rs} (90%)