Commits


Vibhatha Lakmal Abeykoon authored and GitHub committed 54bece3d4cf
GH-41648: [Java] Memory Leak about splitAndTransfer (#41898) ### Rationale for this change An inconsistency in the validity buffer split and transfer functionality in the `BaseFixedWidthVector`. ### What changes are included in this PR? - [X] Change to handle the validity buffer transfer - [X] User provided test criterion which reproduced the error - [X] Upgrading to JUnit 5 ### Are these changes tested? Mainly by existing test cases and added new one. ### Are there any user-facing changes? No * GitHub Issue: #41648 Authored-by: Vibhatha Abeykoon <vibhatha@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>