Skip to content

[arrow-array] rename FixedSizeBinaryArary parameters for consistency - #9873

Closed
alamb wants to merge 1 commit into
apache:alamb/fsb_overflow_try3from
alamb:alamb/fsb_overflow_try3_names
Closed

[arrow-array] rename FixedSizeBinaryArary parameters for consistency#9873
alamb wants to merge 1 commit into
apache:alamb/fsb_overflow_try3from
alamb:alamb/fsb_overflow_try3_names

Conversation

@alamb

@alamb alamb commented May 1, 2026

Copy link
Copy Markdown
Contributor

Summary

This PR is stacked on #9872.

It updates FixedSizeBinaryArray constructor and local variable names from size to value_length / value_size where that improves readability, without changing behavior.

Why

This makes the code easier to understand in my opinion as it is consistent with the underlying field name value_length and make it clear it is not the array length or buffer size.

@github-actions github-actions Bot added the arrow Changes to the arrow crate label May 1, 2026
@alamb alamb changed the title [arrow-array] rename size parameters to value_length [arrow-array] rename FixedSizeBinaryArary parameters for consistency May 1, 2026
@alamb
alamb deleted the branch apache:alamb/fsb_overflow_try3 May 4, 2026 21:06
@alamb alamb closed this May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

arrow Changes to the arrow crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant