ARROW-8664: [Java] Add flag to skip null check#7095
Closed
rymurr wants to merge 1 commit intoapache:masterfrom
Closed
ARROW-8664: [Java] Add flag to skip null check#7095rymurr wants to merge 1 commit intoapache:masterfrom
rymurr wants to merge 1 commit intoapache:masterfrom
Conversation
All Vector containers should skip null check when null check flag is enabled
Contributor
|
Looks good to me. |
Member
|
In the past adding a |
Contributor
|
This looks good to me. +1.
This ensures that the all methods are consistent with the current flag. I think the getUnsafe could make sense but seems like a separate thing. |
Contributor
Author
Captured this in https://issues.apache.org/jira/browse/ARROW-8738 |
Contributor
|
Thanks @rymurr |
pribor
pushed a commit
to GlobalWebIndex/arrow
that referenced
this pull request
Oct 24, 2025
All Vector containers should skip null check when null check flag is enabled Closes apache#7095 from rymurr/ARROW-8664 Authored-by: Ryan Murray <rymurr@dremio.com> Signed-off-by: Micah Kornfield <emkornfield@gmail.com>
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.
All Vector containers should skip null check when null
check flag is enabled