ARROW-1249: [JAVA] expose fillEmpties from Nullable variable length vectors#880
Closed
siddharthteotia wants to merge 3 commits intoapache:masterfrom
Closed
ARROW-1249: [JAVA] expose fillEmpties from Nullable variable length vectors#880siddharthteotia wants to merge 3 commits intoapache:masterfrom
siddharthteotia wants to merge 3 commits intoapache:masterfrom
Conversation
Contributor
Author
Contributor
Author
|
Retriggered the build. |
Member
|
The build failure was unrelated to your changes. Pending ARROW-1253 I think it's OK to merge if that particular build entry fails |
Contributor
Author
|
Thanks @wesm |
Contributor
Author
|
The build job timed out again. Since the time limit issue with Travis CI build is a known problem, this PR can probably be merged. |
wesm
approved these changes
Jul 25, 2017
Member
wesm
left a comment
There was a problem hiding this comment.
+1. I will put up a patch about build performance on that one later tonight if possible, worst case tomorrow
pribor
pushed a commit
to GlobalWebIndex/arrow
that referenced
this pull request
Oct 24, 2025
…ectors This will allow us to do some cleanup in Dremio where we have written wrapper routines using Reflection to access the fillEmpties method of mutator. Unit tests have been added. Author: siddharth <[email protected]> Closes apache#880 from siddharthteotia/ARROW-1249 and squashes the following commits: e0532c5 [siddharth] Merge branch 'ARROW-1249' of https://github.com/siddharthteotia/arrow into ARROW-1249 dc05206 [siddharth] ARROW-1249: Expose fillEmpties() from Nullable Variable Length Vectors f24d8f1 [siddharth] ARROW-1249: expose fillEmpties from Nullable variable length 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.
This will allow us to do some cleanup in Dremio where we have written wrapper routines using Reflection to access the fillEmpties method of mutator.
Unit tests have been added.