Commits


Praveen authored and Pindikura Ravindra committed 34481c2070e
ARROW-4808: [Java][Vector] More util methods to set decimal vector. - Supports setting using an arrow buf of little endian bytes. - Supports arrow bufs of size less than 16 bytes. Author: Praveen <praveen@dremio.com> Closes #3844 from praveenbingo/ARROW-4808 and squashes the following commits: e481ad66 <Praveen> Minor fix. 6cd256b2 <Praveen> ARROW-4808: More util methods to set decimal vector.