You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "William Hyun (Jira)" <ji...@apache.org> on 2023/08/08 17:12:00 UTC

[jira] [Resolved] (ORC-1472) Replace deprecated method in TestMurmur3.java

     [ https://issues.apache.org/jira/browse/ORC-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

William Hyun resolved ORC-1472.
-------------------------------
    Fix Version/s: 2.0.0
       Resolution: Fixed

Issue resolved by pull request 1573
[https://github.com/apache/orc/pull/1573]

> 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
>            Priority: Trivial
>             Fix For: 2.0.0
>
>
> 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)