Commits


Vibhatha Lakmal Abeykoon authored and GitHub committed b2e0668a723
GH-43902: [Java] Support for Long memory addresses (#43903) ### Rationale for this change The usage of `Integer` instead of `Long` must be encouraged with the usage of memory sizing, indexing and addresses. ### What changes are included in this PR? This PR refactors the usage of `Integer` into `Long` along with utilities refactors. ### Are these changes tested? Existing test cases. ### Are there any user-facing changes? Yes, certain API calls may subject changes. * GitHub Issue: #43902 Authored-by: Vibhatha Lakmal Abeykoon <vibhatha@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>