Skip to content

Commit

Permalink
rename module
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Oct 25, 2024
1 parent 657cd11 commit 20e8fb1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/src/hash/consistent_hash/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
// limitations under the License.

pub mod bitmap;
pub mod compat;
pub mod mapping;
pub mod vnode;
pub mod vnode_count;
2 changes: 1 addition & 1 deletion src/common/src/hash/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ mod key_v2;
pub mod table_distribution;

pub use consistent_hash::bitmap::*;
pub use consistent_hash::compat::*;
pub use consistent_hash::mapping::*;
pub use consistent_hash::vnode::*;
pub use consistent_hash::vnode_count::*;
pub use dispatcher::{calc_hash_key_kind, HashKeyDispatcher};
pub use key::{
Crc32HashCode, HashCode, HashKeyDe, HashKeySer, HeapNullBitmap, NullBitmap,
Expand Down

0 comments on commit 20e8fb1

Please sign in to comment.