lidavidm commented on issue #465:
URL: https://github.com/apache/arrow-java/issues/465#issuecomment-2562200980

   Unfortunately not. You should do something like
   
   ```java
   try (var batch = unloader.getRecordBatch()) {
     loader.load(batch);
   }
   ```


-- 
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