Skip to content

Conversation

@andygrove
Copy link
Member

@andygrove andygrove commented Jan 3, 2025

Which issue does this PR close?

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

* add cast_decimal bench

* format

* save

* revert

* criterion disable default features

* address feedback
@github-actions github-actions bot added the arrow Changes to the arrow crate label Jan 3, 2025
Copy link
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.

Thank you @andygrove 🙏

}

fn get_format_string(dtype: &DataType) -> Result<String, ArrowError> {
fn get_format_string(dtype: &DataType) -> Result<Cow<'static, str>, ArrowError> {
Copy link
Contributor

Choose a reason for hiding this comment

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

I double checked that this is not a public API (and this is fine for a non breaking API release)

https://docs.rs/arrow-schema/latest/arrow_schema/?search=get_format_string

Looks good ✅

@alamb alamb merged commit 3a93166 into apache:53.0.0_maintenance Jan 5, 2025
27 checks passed
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