Commits


Zhijun Fu authored and Philipp Moritz committed f319bcad7b3
ARROW-2597: [Plasma] remove UniqueIDHasher Replace UniqueIDHasher with std::hash so that STL containers with ObjectID doesn't need to specify the compare function. This has already been done for Ray, this change applies it to Plasma. Author: Zhijun Fu <pingfu.fzj@antfin.com> Author: Zhijun Fu <zhijun.fu@outlook.com> Closes #2059 from zhijunfu/remove-UniqueIDHasher and squashes the following commits: 2498635a <Zhijun Fu> resolve review comments: remove const version of hash() d5b51690 <Zhijun Fu> remove UniqueIDHasher