Commits


liyafan82 authored and Pindikura Ravindra committed 7478fac1baf
ARROW-6264: [Java] There is no need to consider byte order in ArrowBufHasher According to the discussion in https://github.com/apache/arrow/pull/5063#issuecomment-521276547, Arrow has a mechanism to make sure the data is stored in little-endian, so there is no need to check byte order. Closes #5098 from liyafan82/fly_0816_order and squashes the following commits: 538ce59d7 <liyafan82> ARROW-6264 There is no need to consider byte order in ArrowBufHasher Authored-by: liyafan82 <fan_li_ya@foxmail.com> Signed-off-by: Pindikura Ravindra <ravindra@dremio.com>