Skip to content

Comments

[MINOR][SQL] Remove redundant array creation in UnsafeRow#35435

Closed
LuciferYang wants to merge 1 commit intoapache:masterfrom
LuciferYang:remove-redundant-array-creation
Closed

[MINOR][SQL] Remove redundant array creation in UnsafeRow#35435
LuciferYang wants to merge 1 commit intoapache:masterfrom
LuciferYang:remove-redundant-array-creation

Conversation

@LuciferYang
Copy link
Contributor

@LuciferYang LuciferYang commented Feb 8, 2022

What changes were proposed in this pull request?

j.u.Arrays.asList is a varargs api, this pr remove the redundant array creation to simplify the code.

Why are the changes needed?

Code simplification.

Does this PR introduce any user-facing change?

No

How was this patch tested?

Pass GA

@github-actions github-actions bot added the SQL label Feb 8, 2022
@LuciferYang
Copy link
Contributor Author

Only one place, so I didn't create new jira

@sarutak sarutak closed this in 6115f58 Feb 8, 2022
@sarutak
Copy link
Member

sarutak commented Feb 8, 2022

Merged to master. Thanks all !

@LuciferYang LuciferYang deleted the remove-redundant-array-creation branch October 22, 2023 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants