Commits


Praveen authored and Pindikura Ravindra committed 70db3335dcd
ARROW-5164: [Gandiva][C++] Introduce murmur32 for 32 bit types. - Use 32 bit hash functions for 32 bit types instead of truncating the 64 bit hash. Author: Praveen <praveen@dremio.com> Closes #4153 from praveenbingo/ARROW-5164 and squashes the following commits: eb15a331 <Praveen> Fix gcc issues. 8c369b4e <Praveen> Fix lint issues. 73b41a08 <Praveen> ARROW-5164: Introduce murmur32 for 32 bit types.