Skip to content

Conversation

@Jefffrey
Copy link
Contributor

Which issue does this PR close?

  • N/A

Rationale for this change

Extend some cast support to float16

What changes are included in this PR?

Support casting string arrays to float16

Are these changes tested?

Added tests

Are there any user-facing changes?

No

@github-actions github-actions bot added the arrow Changes to the arrow crate label Jan 25, 2026
|| to_type == &LargeUtf8
}

(_, Boolean) => from_type.is_integer() || from_type.is_floating() || from_type.is_string(),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Little refactor using new is_string()

@Jefffrey Jefffrey marked this pull request as ready for review January 25, 2026 08:09
Copy link
Member

@Weijun-H Weijun-H left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @Jefffrey

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.

2 participants