Skip to content

Implement BinaryArrayType for &FixedSizeBinaryArrays - #8993

Merged
Jefffrey merged 1 commit into
apache:mainfrom
Jefffrey:impl-binaryarraytype-for-fsb
Dec 15, 2025
Merged

Implement BinaryArrayType for &FixedSizeBinaryArrays#8993
Jefffrey merged 1 commit into
apache:mainfrom
Jefffrey:impl-binaryarraytype-for-fsb

Conversation

@Jefffrey

Copy link
Copy Markdown
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-actionsgithub-actionsBot added the arrow Changes to the arrow crate label Dec 14, 2025
@Jefffrey
Jefffrey merged commit 8ff7190 into apache:mainDec 15, 2025
26 checks passed
@Jefffrey
Jefffrey deleted the impl-binaryarraytype-for-fsb branch December 15, 2025 04:07
github-merge-queueBot 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.
de-bgunter pushed a commit to de-bgunter/datafusion that referenced this pull request Mar 24, 2026
…s methods (apache#19797)
These PRs are available to us now as part of upgrade to arrow-s 57.2.0
(apache#19355):
- apache/arrow-rs#8993
- apache/arrow-rs#9040
Make use of them in some refactorings here.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

arrowChanges to the arrow crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement BinaryArrayType for &FixedSizeBinaryArrays

2 participants

@Jefffrey@kylebarron