Description
TestMurmur3.java uses deprecated method from com.google.common.hash.Hashing
We need to replace them with recommended method
Hashing.murmur3_32(seed) => Hashing.murmur3_32_fixed
Attachments
Issue Links
- links to
TestMurmur3.java uses deprecated method from com.google.common.hash.Hashing
We need to replace them with recommended method
Hashing.murmur3_32(seed) => Hashing.murmur3_32_fixed