[
https://issues.apache.org/jira/browse/ARROW-5898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Micah Kornfield resolved ARROW-5898.
------------------------------------
Resolution: Fixed
Fix Version/s: 1.0.0
Issue resolved by pull request 4844
[https://github.com/apache/arrow/pull/4844]
> [Java] Provide functionality to efficiently compute hash code for arbitrary
> memory segment
> ------------------------------------------------------------------------------------------
>
> Key: ARROW-5898
> URL: https://issues.apache.org/jira/browse/ARROW-5898
> Project: Apache Arrow
> Issue Type: New Feature
> Components: Java
> Reporter: Liya Fan
> Assignee: Liya Fan
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.0.0
>
> Time Spent: 5h
> Remaining Estimate: 0h
>
> This issue adds a functionality to efficiently compute the hash code for a
> consecutive memory region. This functionality is important in practical
> scenarios because it helps:
> * Avoid unnecessary memory copy.
> * Avoid repeated conversions between Java objects & Arrow buffers.
> Since the algorithm for calculating hash code has significant performance
> implications, we need to design an interface so that different algorithms can
> be easily introduces as plug-ins.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)