viirya opened a new pull request, #649:
URL: https://github.com/apache/arrow-java/pull/649

   ## What's Changed
   
   When `VectorLoader` tries to load buffers (i.e., `loadBuffers`), it has 
detect on the error case that some buffers are not consumed. But another error 
that the number of buffers is less than expected is not handled for now. Once 
it is happened, users will get `java.util.NoSuchElementException` which is not 
easy to understand.
   
   This patch adds an explicit exception for such case.
   
   See more discussion at #648. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to