Commits


James Henderson authored and GitHub committed 84f6edef697
GH-40999: [Java] Fix AIOOBE trying to splitAndTransfer DUV within nullable struct (#41000) We add a `typeId >= 0` guard to `DUV.TransferImpl.splitAndTransfer` to fix #40999. ### Are these changes tested? Yes ### Are there any user-facing changes? No * GitHub Issue: #40999 Authored-by: James Henderson <james@jarohen.dev> Signed-off-by: David Li <li.davidm96@gmail.com>