Commits


Praveen authored and Pindikura Ravindra committed 8cc6bd46fa1
ARROW-5476: [Java][Memory] Fix Netty Arrow Buf. - Fixes the slice to use indexes in netty arrow buf, arrow buffer may not track the right indexes. Author: Praveen <praveen@dremio.com> Closes #4451 from praveenbingo/ARROW-5476 and squashes the following commits: 9ef785a9 <Praveen> Fix review comments. e82c22ac <Praveen> Address review comments. 58747f35 <Praveen> Fix lint issues. 60f8d7df <Praveen> Fix more APIs b2b364b0 <Praveen> Fixed length of created direct buffer. 6ea540aa <Praveen> Remove unused import. b9d87b3c <Praveen> Add test to ensure nio buffer is positioned correctly. 61b37734 <Praveen> Fix review comments. 3d7579b3 <Praveen> Fix some more API. c6344acf <Praveen> Add a test for the slice method. 57244816 <Praveen> ARROW-5476: Fix Netty Arrow Buf slice.