mystic-lama opened a new pull request, #1573: URL: https://github.com/apache/orc/pull/1573
### What changes were proposed in this pull request? The PR proposes to update the use to deprecate method in TestMurmur3 to recommended one Hashing.murmur3_32(seed) has been deprecated and documentation recommends to use Hashing.murmur3_32_fixed ### Why are the changes needed? Updating Deprecated method to use recommended ones is a good practice, as deprecated methods might have bugs or gets removed from subsequent releases. ### How was this patch tested? The Unit tests with changes passes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
