Skip to content

Conversation

@liyafan82
Copy link
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

@Override
public UnionVector promoteToUnion() {
UnionVector vector = new UnionVector("$data$", allocator, callBack);
UnionVector vector = new UnionVector("$data$", allocator, null, callBack);
Copy link
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
Contributor Author

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
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
Contributor Author

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
Contributor Author

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

@emkornfield
Copy link
Contributor

Nope looks OK to me.

@emkornfield
Copy link
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

Closes apache#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

Closes apache#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 free to 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