-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-13544 [Java]: Remove APIs that have been deprecated for long (Changes to Vectors) #10910
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…hanges to Vectors)
| @Override | ||
| public UnionVector promoteToUnion() { | ||
| UnionVector vector = new UnionVector("$data$", allocator, callBack); | ||
| UnionVector vector = new UnionVector("$data$", allocator, null, callBack); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please comment null literal.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. Thanks.
|
Generally looks good, it looks like a lot of null literals where added in, it would be nice to comment those. Thanks for the cleanup! |
Comments added. Please check. Thanks. |
|
@emkornfield Thanks for reviewing this PR. Do you have any more comments? |
|
Nope looks OK to me. |
|
+1 |
…hanges to Vectors) See https://issues.apache.org/jira/browse/ARROW-13544 According to the discussion in apache#10864 (comment), we want to split the task into multiple parts. This PR is for the changes related to vectors Closes apache#10910 from liyafan82/fly_0810_depv Authored-by: liyafan82 <fan_li_ya@foxmail.com> Signed-off-by: Micah Kornfield <emkornfield@gmail.com>
…hanges to Vectors) See https://issues.apache.org/jira/browse/ARROW-13544 According to the discussion in apache#10864 (comment), we want to split the task into multiple parts. This PR is for the changes related to vectors Closes apache#10910 from liyafan82/fly_0810_depv Authored-by: liyafan82 <fan_li_ya@foxmail.com> Signed-off-by: Micah Kornfield <emkornfield@gmail.com>
See https://issues.apache.org/jira/browse/ARROW-13544
According to the discussion in #10864 (comment), we want to split the task into multiple parts.
This PR is for the changes related to vectors