Skip to content

Conversation

@Jefffrey
Copy link
Contributor

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

Makes FixedSizeBinaryArray in-line with other binary array types, and easier for downstream users to treat them the same way.

What changes are included in this PR?

Implement BinaryArrayType trait for &FixedSizeBinaryArrays.

Are these changes tested?

Trait implementation only.

Are there any user-facing changes?

New trait implementation for &FixedSizeBinaryArray.

@github-actions github-actions bot added the arrow Changes to the arrow crate label Dec 14, 2025
@Jefffrey Jefffrey merged commit 8ff7190 into apache:main Dec 15, 2025
26 checks passed
@Jefffrey Jefffrey deleted the impl-binaryarraytype-for-fsb branch December 15, 2025 04:07
github-merge-queue bot pushed a commit to apache/datafusion that referenced this pull request Jan 16, 2026
…s methods (#19797)

These PRs are available to us now as part of upgrade to arrow-s 57.2.0
(#19355):

- apache/arrow-rs#8993
- apache/arrow-rs#9040

Make use of them in some refactorings here.
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.

Implement BinaryArrayType for &FixedSizeBinaryArrays

2 participants