Ash created ORC-1472:
------------------------
Summary: Replace deprecated method in TestMurmur3.java
Key: ORC-1472
URL: https://issues.apache.org/jira/browse/ORC-1472
Project: ORC
Issue Type: Improvement
Components: Java
Affects Versions: 2.0.0
Reporter: Ash
Assignee: Ash
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
--
This message was sent by Atlassian Jira
(v8.20.10#820010)