bkietz commented on issue #42156:
URL: https://github.com/apache/arrow/issues/42156#issuecomment-2276109037

   One easy method to support importing sliced arrays in Java would be to 
import all arrays as if they had offset 0, then use `splitAndTransfer()` to 
effect the slicing after import is complete. IIUC, since importing is zero copy 
and `splitAndTransfer()` is too (when possible) this should be about as 
efficient as handling the slice offset directly


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to