You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
partitioner: unpub Partitioner(Hasher) trait and impls
We do not expect users to implement their own Partitioners nor use their
methods. Therefore, `Partitioner` trait and its implementors,
`Murmur3Partitioner` and `CDCPartitioner`, are made `pub(crate)`.
Same with `PartitionerHasher` trait and its implementors.
0 commit comments