Skip to content

ARROW-13544 [Java]: Remove APIs that have been deprecated for long (Changes to Vectors) - #10910

Closed
liyafan82 wants to merge 2 commits into
apache:masterfrom
liyafan82:fly_0810_depv
Closed

ARROW-13544 [Java]: Remove APIs that have been deprecated for long (Changes to Vectors)#10910
liyafan82 wants to merge 2 commits into
apache:masterfrom
liyafan82:fly_0810_depv

Conversation

@liyafan82

Copy link
Copy Markdown
Contributor

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

@github-actions

Copy link
Copy Markdown

@Override
public UnionVector promoteToUnion() {
UnionVector vector = new UnionVector("$data$", allocator, callBack);
UnionVector vector = new UnionVector("$data$", allocator, null, callBack);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please comment null literal.

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Thanks.

@emkornfield

Copy link
Copy Markdown
Contributor

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!

@liyafan82

Copy link
Copy Markdown
ContributorAuthor

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.

@liyafan82

Copy link
Copy Markdown
ContributorAuthor

@emkornfield Thanks for reviewing this PR. Do you have any more comments?

@emkornfield

Copy link
Copy Markdown
Contributor

Nope looks OK to me.

@emkornfield

Copy link
Copy Markdown
Contributor

+1

ViniciusSouzaRoque pushed a commit to s1mbi0se/arrow that referenced this pull request Oct 20, 2021
…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
Closesapache#10910 from liyafan82/fly_0810_depv
Authored-by: liyafan82 <fan_li_ya@foxmail.com>
Signed-off-by: Micah Kornfield <emkornfield@gmail.com>
pribor pushed a commit to GlobalWebIndex/arrow that referenced this pull request Oct 24, 2025
…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
Closesapache#10910 from liyafan82/fly_0810_depv
Authored-by: liyafan82 <fan_li_ya@foxmail.com>
Signed-off-by: Micah Kornfield <emkornfield@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@liyafan82@emkornfield