Skip to content

Conversation

@niebayes
Copy link
Contributor

Which issue does this PR close?

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Yes

Are there any user-facing changes?

Yes, users can now use create_random_array to generate random Float16 array.

@github-actions github-actions bot added the arrow Changes to the arrow crate label Dec 22, 2025
"Float16 is not implemented".to_string(),
));
}
Float16 => Arc::new(create_random_float16_array(size, primitive_null_density)),
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe we can pull in the rand_distr feature for half so we can reuse create_primitive_array?

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.

Support Float16 for create_random_array

2 participants