ARROW-1192: [JAVA] Use buffer slice for splitAndTransfer in List and Union Vectors.#901
Closed
siddharthteotia wants to merge 2 commits intoapache:masterfrom
Closed
ARROW-1192: [JAVA] Use buffer slice for splitAndTransfer in List and Union Vectors.#901siddharthteotia wants to merge 2 commits intoapache:masterfrom
siddharthteotia wants to merge 2 commits intoapache:masterfrom
Conversation
…orresponding unit tests Change-Id: I47037365f1424662ffb27e1e8478fc1bd45a45b2
Member
|
hi @siddharthteotia can you change the PR title to start with "ARROW-1192:"? The PR merge tool is case sensitive. I'll await others to code review. thanks! |
Contributor
|
+1 |
pribor
pushed a commit
to GlobalWebIndex/arrow
that referenced
this pull request
Oct 24, 2025
…Union Vectors. @jacques-n @StevenMPhillips PR for the original change-set dremio@75396ba with corresponding unit tests. Author: siddharth <[email protected]> Author: Steven Phillips <[email protected]> Closes apache#901 from siddharthteotia/ARROW-1192-PR and squashes the following commits: 3d89c99 [siddharth] ARROW-1192: splitAndTransfer changes for ListVector,UnionVector and corresponding unit tests 035e886 [Steven Phillips] Use buffer slice for splitAndTransfer in List and Union vectors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@jacques-n
@StevenMPhillips
PR for the original change-set dremio@75396ba
with corresponding unit tests.