Skip to content

feat: implement append_array for FixedSizeBinaryBuilder#8989

Merged
alamb merged 4 commits intoapache:mainfrom
ClSlaid:feat/fixed-size-binary-builder/append-array
Dec 17, 2025
Merged

feat: implement append_array for FixedSizeBinaryBuilder#8989
alamb merged 4 commits intoapache:mainfrom
ClSlaid:feat/fixed-size-binary-builder/append-array

Conversation

@ClSlaid
Copy link
Copy Markdown
Contributor

@ClSlaid ClSlaid commented Dec 13, 2025

Which issue does this PR close?

We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax.

Rationale for this change

Added append_array fn for the builder

What changes are included in this PR?

There is no need to duplicate the description in the issue here but it is sometimes worth providing a summary of the individual changes in this PR.

Are these changes tested?

We typically require tests for all PRs in order to:

  1. Prevent the code from being accidentally broken by subsequent changes
  2. Serve as another way to document the expected behavior of the code

If tests are not included in your PR, please explain why (for example, are they covered by existing tests)?

Are there any user-facing changes?

If there are user-facing changes then we may require documentation to be updated before approving the PR.

If there are any breaking changes to public APIs, please call them out.

@github-actions github-actions bot added the arrow Changes to the arrow crate label Dec 13, 2025
@ClSlaid ClSlaid force-pushed the feat/fixed-size-binary-builder/append-array branch from f465a8a to 67a728d Compare December 14, 2025 09:20
@ClSlaid
Copy link
Copy Markdown
Contributor Author

ClSlaid commented Dec 14, 2025

/cc @lewiszlw PTAL

Comment thread arrow-array/src/builder/fixed_size_binary_builder.rs
@ClSlaid ClSlaid force-pushed the feat/fixed-size-binary-builder/append-array branch from 67a728d to c0b8e60 Compare December 14, 2025 14:23
Comment thread arrow-array/src/builder/fixed_size_binary_builder.rs Outdated
@ClSlaid ClSlaid force-pushed the feat/fixed-size-binary-builder/append-array branch from c0b8e60 to b6d469d Compare December 14, 2025 14:27
Comment thread arrow-array/src/builder/fixed_size_binary_builder.rs
- Implemented append_array for the builder
    - extends from buffers in array
    - ensure value_length is compatible
- To apache#8750

Signed-off-by: 蔡略 <cailue@apache.org>
@ClSlaid ClSlaid force-pushed the feat/fixed-size-binary-builder/append-array branch from b6d469d to 1e1469f Compare December 15, 2025 15:43
@ClSlaid ClSlaid requested a review from mapleFU December 15, 2025 15:58
Copy link
Copy Markdown
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

This looks good to me -- thank you @ClSlaid and @mapleFU

Comment thread arrow-array/src/builder/fixed_size_binary_builder.rs
Comment thread arrow-array/src/builder/fixed_size_binary_builder.rs Outdated
@alamb alamb merged commit 1cc659d into apache:main Dec 17, 2025
26 checks passed
@alamb
Copy link
Copy Markdown
Contributor

alamb commented Dec 17, 2025

Thank you @ClSlaid and @mapleFU

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.

FixedSizeBinaryBuilder supports append_array

3 participants